Package acdp
package acdp
-
ClassDescriptionColumn<T>The column of a table.ColVal<T>Defines a column value pair.Defines the database and provides the
Database.open(java.nio.file.Path, int, boolean, acdp.design.ICipherFactory)
method.Groups the info interfaces on the level of the database, table, column and store, respectively.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 RO store info comprises some useful information about the RO store of a table of an RO database, including all values from the store sublayout.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.The WR store info comprises some useful information about the WR store of a table of a WR database, including all values from the store sublayout.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.Provides a new value that depends on the untyped stored value.Confines an atomically executed sequence of read/write database operations that has to be committed or otherwise undone.