Package acdp

Interface Information


public interface Information
Groups the info interfaces on the level of the database, table, column and store, respectively.

Information about the database, a particular table, column or store is read-only and can be as ordinary as the name of the database and as technical or internal as the block size in the fixed length (FL) file space of a table's WR store.

There should be no need for clients to implement these interfaces.

Author:
Beat Hörmann
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    The column info comprises some useful information about a column, including all values from the column sublayout.
    static interface 
    The database info comprises some useful information about the database, including all values from the database layout.
    static interface 
    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.
    static interface 
    The super interface of the Information.WRStoreInfo and Information.ROStoreInfo interfaces.
    static interface 
    The table info comprises some useful information about a table, including all values from the table layout.
    static interface 
    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.