Database server (DBMS)
CDbColSetManages a set of column definitions which describe a table or rowset structure. ...
CDbDatabaseNames
CDbIndexNames
CDbKeyRepresents the definition of an index. The key may be unique or primary, it can ...
CDbNames
CDbStringsCDbStrings encapsulates functionality used for transferring an array of strings ...
CDbTableNames
D32DBMS.H Global variables
RDbColReadStreamAllows any column value to be read as stream data.
RDbColWriteStreamWrites Long columns when inserting or updating rows in a rowset.
RDbDatabaseAbstract class providing the functionality of a database.
RDbHandleThis class is internal and is not intended for use.
RDbHandleBaseThis class is internal and is not intended for use
RDbIncrementalProvides the interface for performing long-running database operations in increm...
RDbNamedDatabaseGeneric database implementation
RDbNotifierProvides notification of database changes to clients.
RDbRowConstraintRepresents a pre-compiled SQL search-condition, which can be used to test agains...
RDbRowSetAn abstract base class that provides functionality which is shared between SQL v...
RDbsClient-server databases
RDbStoreDatabaseDBMS Store database implementation
RDbTableProvides access to table data as a rowset, allowing manipulation of a named tabl...
RDbUpdateProvides an interface to allow incremental execution of a DML (SQL data update) ...
RDbViewGenerates rowsets from an SQL query. The query is prepared and evaluated using t...
TDbBookmarkSaves the current location of a rowset, enabling rapid navigation back to a prev...
TDbColDefines a column in a table or rowset.
TDbColNameRepresents a writable DBMS column name. It maps to a modifiable buffer descripto...
TDbColNameCRepresents a non-writable DBMS column name. It maps to a non-modifiable buffer d...
TDbColNoSpecifies when DBMS objects require a column ordinal to identify a column in a c...
TDbColSetIterProvides a useful way to iterate over the contents of a column set.
TDbColTypeRepresents every supported column type.
TDbKeyColDefines a key column in an index.
TDbLookupKeyThis class is internal and is not intended for use.
TDbNameRepresents a writable DBMS name. It maps to a modifiable buffer descriptor with ...
TDbNameCRepresents a non-writeable DBMS name. It maps to a non modifiable buffer descrip...
TDbQueryA wrapper for an SQL string combined with a text comparison mode.
TDbSeekKeyDatabase key value.
TDbSeekMultiKeyDatabase multi-column key value.
TDbStringCRepresents a generic read-only DBMS string. It maps to a non-modifiable buffer d...
TDbTextComparisonRepresents different ways of comparing Text and LongText columns.
TDbWindowDescribes the desired shape of a view's pre-evaluation window.
TUnionThis class is internal and is not intended for use.