Uses of Package
acdp
Packages that use acdp
Package
Description
Contains the core interfaces needed to operate a database.
Contains classes for designing an ACDP database.
-
ClassDescriptionThe column of a table.Defines a column value pair.Defines the database and provides the
Database.open(java.nio.file.Path, int, boolean, acdp.design.ICipherFactory)
method.The column info comprises some useful information about a column, including all values from the column sublayout.The database info comprises some useful information about the database, including all values from the database layout.The type of a database.The super interface of theInformation.WRStoreInfo
andInformation.ROStoreInfo
interfaces.The table info comprises some useful information about a table, including all values from the table layout.Confines a sequence of read-only operations protected against the effects of concurrent write operations.Defines a reference to a row in a table.Defines a data structure housing some or all values stored in a particular row of aTable
.The table of a database.Defines an iterator over the rows of a given table.Provides a new value that depends on the stored value.Provides a new value that does not depend on the stored value.Confines an atomically executed sequence of read/write database operations that has to be committed or otherwise undone. -
Classes in acdp used by acdp.designClassDescriptionThe column of a table.Defines a column value pair.The database info comprises some useful information about the database, including all values from the database layout.The table info comprises some useful information about a table, including all values from the table layout.Confines a sequence of read-only operations protected against the effects of concurrent write operations.Defines a reference to a row in a table.Defines a data structure housing some or all values stored in a particular row of a
Table
.Defines an iterator over the rows of a given table.Provides a new value that depends on the stored value.Provides a new value that does not depend on the stored value.Confines an atomically executed sequence of read/write database operations that has to be committed or otherwise undone. -
Classes in acdp used by acdp.toolsClassDescriptionThe column of a table.Provides a new value that depends on the untyped stored value.