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 ClassesModifier and TypeInterfaceDescriptionstatic interfaceThe column info comprises some useful information about a column, including all values from the column sublayout.static interfaceThe database info comprises some useful information about the database, including all values from the database layout.static interfaceThe 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 interfaceThe super interface of theInformation.WRStoreInfoandInformation.ROStoreInfointerfaces.static interfaceThe table info comprises some useful information about a table, including all values from the table layout.static interfaceThe 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.