Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
U
- Unit - Interface in acdp
-
Confines an atomically executed sequence of read/write database operations that has to be committed or otherwise undone.
- UnitBrokenException - Exception Class in acdp.exceptions
-
Thrown to indicate that the
unit
is broken. - UnitBrokenException(Database_, String, Throwable) - Constructor for exception class acdp.exceptions.UnitBrokenException
-
Constructs this type of exception with a detail message composed from the specified database and message and with the specified cause.
- UnitBrokenException(Database_, Throwable) - Constructor for exception class acdp.exceptions.UnitBrokenException
-
Constructs this type of exception with a detail message composed from the specified database and with the specified cause.
- unsFromBytes(byte[], int) - Static method in class acdp.misc.Utils
-
Converts the specified byte array of the specified length to an unsigned integer value.
- unsFromBytes(byte[], int, int) - Static method in class acdp.misc.Utils
-
Converts the specified byte subarray to an unsigned integer value.
- unsToBytes(long, int) - Static method in class acdp.misc.Utils
-
Converts the specified unsigned integer value of the specified length to a byte array of the same length.
- unsToBytes(long, int, byte[]) - Static method in class acdp.misc.Utils
-
Converts the specified unsigned integer value of the specified length to a byte array and stores it into the specified byte array.
- unsToBytes(long, int, byte[], int) - Static method in class acdp.misc.Utils
-
Converts the specified unsigned integer value of the specified length to a byte array and stores it into the specified byte array starting at the specified offset.
- update(Ref, ColVal<?>...) - Method in class acdp.design.CustomTable
- update(Ref, ColVal<?>...) - Method in interface acdp.Table
-
Updates the values of the specified columns of the referenced row with the specified new values.
- updateAll(ColVal<?>...) - Method in class acdp.design.CustomTable
- updateAll(ColVal<?>...) - Method in interface acdp.Table
-
For each row of this table updates the values stored in the specified columns with the specified new values.
- updateAllChangeValues(Column<T>, Table.ValueChanger<T>) - Method in class acdp.design.CustomTable
- updateAllChangeValues(Column<T>, Table.ValueChanger<T>) - Method in interface acdp.Table
-
For each row of this table updates the value stored in the specified column with a value obtained from the specified value changer.
- updateAllSupplyValues(Column<T>, Table.ValueSupplier<T>) - Method in class acdp.design.CustomTable
- updateAllSupplyValues(Column<T>, Table.ValueSupplier<T>) - Method in interface acdp.Table
-
For each row of this table updates the value stored in the specified column with a value obtained from the specified value supplier.
- Utils - Class in acdp.misc
-
Defines some useful constants and methods that are heavily used inside ACDP but may be useful to custom database designers as well.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form