Package acdp


package acdp
Contains the core interfaces needed to operate a database. Reading the description of the Database, Table and Ref interfaces gives you a top-down understanding of ACDP.
  • Class
    Description
    The column of a table.
    Defines a column value pair.
    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 the Information.WRStoreInfo and Information.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 a Table.
    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.