Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
C
- changeValue(T) - Method in interface acdp.Table.ValueChanger
-
Returns the new value for a particular column and for the next row of the table.
- charset() - Method in interface acdp.types.StringType
-
Returns the character set of this string type.
- cipherChallenge() - Method in interface acdp.Information.DatabaseInfo
-
The cipher challenge.
- CL - Class in acdp.design
-
Provides factory methods that return columns of various types.
- close() - Method in interface acdp.Database
-
Closes this database and releases any system resources associated with it.
- close() - Method in class acdp.design.CustomDatabase
-
Closes this database and releases any system resources associated with it.
- close() - Method in interface acdp.ReadZone
-
Closes this read zone.
- close() - Method in interface acdp.Unit
-
Rolls back any uncommitted write operations of this unit as well as any write operations that were executed and committed in any uncommitted nested units and closes this unit.
- column() - Method in interface acdp.ColVal
-
Returns the column of this column value pair.
- Column<T> - Interface in acdp
-
The column of a table.
- columnInfos() - Method in interface acdp.Information.TableInfo
-
Returns the information for each column of this table.
- ColVal<T> - Interface in acdp
-
Defines a column value pair.
- commit() - Method in interface acdp.Unit
-
Commits any yet uncommitted write operations of this unit as well as any yet uncommitted nested units in this unit.
- compactFL() - Method in class acdp.design.CustomTable
- compactFL() - Method in interface acdp.Table
-
Eliminates the unused memory blocks within the FL file space of this table and truncates the corresponding data file.
- compactVL() - Method in class acdp.design.CustomTable
- compactVL() - Method in interface acdp.Table
-
Eliminates the unused memory blocks within the VL file space of this table and truncates the corresponding data file.
- compose(String, String, String) - Static method in exception class acdp.exceptions.ACDPException
-
Composes a text that contains the specified database name, the specified table name and the specified column name.
- ConsistencyException - Exception Class in acdp.exceptions
-
Thrown if the value of the consistency number given at the time a strongly typed database is opened differs from the value of the consistency number stored in the database layout.
- ConsistencyException(Database_, int, int) - Constructor for exception class acdp.exceptions.ConsistencyException
-
The constructor.
- consistencyNumber() - Method in interface acdp.Information.DatabaseInfo
-
Returns the consistency number of this database.
- contains(String) - Method in class acdp.misc.Layout
-
Returns
true
if this layout contains an entry with the specified key. - convertFromBytes(byte[], int) - Method in class acdp.design.SimpleType
-
Converts the specified byte subarray to an
Object
. - convertFromBytes(byte[], int, int) - Method in class acdp.design.SimpleType
-
Converts
len
bytes of the specified byte subarray to anObject
. - convertToBytes(Object) - Method in class acdp.design.SimpleType
-
Converts the specified value to a byte array.
- convertToBytes(Object, byte[], int) - Method in class acdp.design.SimpleType
-
Converts the specified value to a byte array and puts it into the specified byte array starting at the specified offset.
- create(SimpleType<T>) - Static method in class acdp.design.CL
-
Creates a new column having the specified simple column type.
- createCipher() - Method in interface acdp.design.ICipherFactory
-
Returns a new cipher instance to be used by ACDP for encrypting/decrypting data in a database.
- createDBFiles(Path) - Static method in class acdp.misc.ACDP
-
Creates the backing files of the WR database described by the layout contained in the specified layout file.
- createRO(Path, ICipherFactory) - Method in interface acdp.Database
-
Creates an RO database from the data stored in this database, which must be a WR database.
- createRO(Path, ICipherFactory) - Method in class acdp.design.CustomDatabase
- CreationException - Exception Class in acdp.exceptions
-
Thrown to indicate that an object can't be created due to any reason.
- CreationException(Database_, String) - Constructor for exception class acdp.exceptions.CreationException
-
Constructs this type of exception with a message composed from the specified database and the specified message.
- CreationException(Database_, String, String) - Constructor for exception class acdp.exceptions.CreationException
-
Constructs this type of exception with a message composed from the specified database, the specified table name and the specified message.
- CreationException(Database_, String, String, Throwable) - Constructor for exception class acdp.exceptions.CreationException
-
Constructs this type of exception with a detail message composed from the specified database, the specified table name, the specified message and with the specified cause.
- CreationException(Database_, String, Throwable) - Constructor for exception class acdp.exceptions.CreationException
-
Constructs this type of exception with a detail message composed from the first two parameters and with the specified cause.
- CreationException(Database_, Throwable) - Constructor for exception class acdp.exceptions.CreationException
-
Constructs this type of exception with a detail message composed from the specified database and the specified cause.
- CreationException(Table_, String) - Constructor for exception class acdp.exceptions.CreationException
-
Constructs this type of exception with a message composed from the specified table and the specified message.
- CreationException(Table_, String, String) - Constructor for exception class acdp.exceptions.CreationException
-
Constructs this type of exception with a message composed from the specified arguments.
- CreationException(Table_, String, Throwable) - Constructor for exception class acdp.exceptions.CreationException
-
Constructs this type of exception with a detail message composed from the specified table and messsage and with the specified cause.
- CreationException(Table_, Throwable) - Constructor for exception class acdp.exceptions.CreationException
-
Constructs this type of exception with a detail message composed from the specified table and with the specified cause.
- CreationException(String) - Constructor for exception class acdp.exceptions.CreationException
-
Constructs this type of exception with the specified message.
- CreationException(String, String, Throwable) - Constructor for exception class acdp.exceptions.CreationException
-
Constructs this type of exception with a detail message composed from the specified table name and message and with the specified cause.
- CreationException(String, Throwable) - Constructor for exception class acdp.exceptions.CreationException
-
Constructs this type of exception with the specified message and cause.
- CreationException(Throwable) - Constructor for exception class acdp.exceptions.CreationException
-
Constructs this type of exception with the specified cause.
- CryptoException - Exception Class in acdp.exceptions
-
Thrown if there is a problem with data encryption or decryption.
- CryptoException(Throwable) - Constructor for exception class acdp.exceptions.CryptoException
-
Constructs this type of exception with the specified cause.
- customClose() - Method in class acdp.design.CustomDatabase
-
This method is invoked by the
CustomDatabase.close()
method immediately before the database is closed, provided that the database is open. - CustomDatabase - Class in acdp.design
-
Defines the super class of a custom database class.
- CustomDatabase() - Constructor for class acdp.design.CustomDatabase
-
Constructs but does not open the database.
- CustomTable - Class in acdp.design
-
Defines the super class of a custom table class.
- CustomTable() - Constructor for class acdp.design.CustomTable
-
The constructor.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form