Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
O
- ofArray(int, SimpleType<T>) - Static method in class acdp.design.CL
-
Creates a new column of type array with an outrow storage scheme and with elements of the specified element type.
- ofArray(Type.Scheme, int, SimpleType<T>) - Static method in class acdp.design.CL
-
Creates a new column of type array with elements of the specified element type.
- ofArrayOfRef(int) - Static method in class acdp.design.CL
-
Creates a new column having an array of references column type with an outrow storage scheme.
- ofArrayOfRef(Type.Scheme, int) - Static method in class acdp.design.CL
-
Creates a new column having an array of references column type.
- ofBoolean(ST.Nulls) - Static method in class acdp.design.CL
-
Creates a new column of type Boolean.
- ofByte(ST.Nulls) - Static method in class acdp.design.CL
-
Creates a new column of type Byte.
- ofDouble(ST.Nulls) - Static method in class acdp.design.CL
-
Creates a new column of type Double.
- ofFloat(ST.Nulls) - Static method in class acdp.design.CL
-
Creates a new column of type Float.
- ofInteger(ST.Nulls) - Static method in class acdp.design.CL
-
Creates a new column of type Integer.
- ofLong(ST.Nulls) - Static method in class acdp.design.CL
-
Creates a new column of type Long.
- ofRef() - Static method in class acdp.design.CL
-
Creates a new column having the reference column type.
- ofShort(ST.Nulls) - Static method in class acdp.design.CL
-
Creates a new column of type Short.
- ofString() - Static method in class acdp.design.CL
-
Creates a new column of type "classic Java" String.
- ofString(ST.Nulls, ST.OutrowStringLength) - Static method in class acdp.design.CL
-
Creates a new column of type String with an outrow storage scheme and applying the "UTF-8" charset for any byte conversions.
- ofString(Charset, ST.Nulls, int) - Static method in class acdp.design.CL
-
Creates a new column of type String with an inrow storage scheme and applying the specified charset for any byte conversions.
- ofString(Charset, ST.Nulls, ST.OutrowStringLength) - Static method in class acdp.design.CL
-
Creates a new column of type String with an outrow storage scheme and applying the specified charset for any byte conversions.
- oneMiB - Static variable in class acdp.misc.Utils
-
One mebibyte has 1024 * 1024 = 1048576 bytes.
- open(Path, int, boolean, ICipherFactory) - Static method in interface acdp.Database
-
Opens the database as a weakly typed database.
- open(Path, int, boolean, ICipherFactory, int, CustomTable...) - Method in class acdp.design.CustomDatabase
-
Opens the database as a strongly typed database.
- openReadZone() - Method in interface acdp.Database
-
Opens a read zone.
- openReadZone() - Method in class acdp.design.CustomDatabase
- openUnit() - Method in interface acdp.Database
-
Opens a unit.
- openUnit() - Method in class acdp.design.CustomDatabase
- OUTROW - Enum constant in enum acdp.types.Type.Scheme
-
Values of an outrow simple column type or an outrow array column type or an inrow array column type with an outrow element column type are stored outside the fixed length FL data block of the row in a separate file that stores the outrow data of the rows.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form