Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
D
- DanglingCommentException - Exception Class in acdp.exceptions
-
Thrown to indicate that a manually added comment in a layout read from a file or a stream is not properly followed or not followed at all by an entry or an element of a sequence.
- DanglingCommentException(String) - Constructor for exception class acdp.exceptions.DanglingCommentException
-
The constructor.
- Database - Interface in acdp
-
Defines the database and provides the
Database.open(java.nio.file.Path, int, boolean, acdp.design.ICipherFactory)
method. - dataCN() - Method in exception class acdp.exceptions.ConsistencyException
-
Returns the consistency number as stored in the database.
- dataLength() - Method in interface acdp.Information.ROStoreInfo
-
Returns the number of bytes of the unpacked table data.
- delete(Ref) - Method in class acdp.design.CustomTable
- delete(Ref) - Method in interface acdp.Table
-
Deletes the referenced row from this table.
- DeleteConstraintException - Exception Class in acdp.exceptions
-
Thrown if the user tries to delete a row with a value of the reference counter greater than zero which means that the row is referenced by this or some other row.
- DeleteConstraintException(Table_, String) - Constructor for exception class acdp.exceptions.DeleteConstraintException
-
Constructs this type of exception with a detailed message composed from the specified table and the specified message.
- deleteDBFiles(Path, boolean) - Static method in class acdp.misc.ACDP
-
Deletes the backing files of the specified WR database and optionally deletes the layout file too, thus completely removing the database.
- DoubleType - Interface in acdp.types
-
The column type analogon of a Java
double
orDouble
type. - dropColumn(Path, String, String) - Static method in class acdp.tools.Refactor
-
Removes the specified column from the specified table.
- dropTable(Path, String) - Static method in class acdp.tools.Refactor
-
Removes the specified table from the specified WR database.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form