|
Classes summary
TDbCommandBuilder |
TDbCommandBuilder provides basic methods to create query commands for tables
giving by setTableInfo TableInfo the property. |
TDbMetaData |
TDbMetaData is the base class for retrieving metadata information, such as table
and columns information, from a database connection. |
TDbTableColumn |
TDbTableColumn class describes the column meta data of the schema for a database
table. |
TDbTableInfo |
TDbTableInfo class describes the meta data of a database table. |
TMssqlCommandBuilder |
TMssqlCommandBuilder provides specifics methods to create limit/offset query
commands for MSSQL servers. |
TMysqlCommandBuilder |
TMysqlCommandBuilder implements default TDbCommandBuilder |
TOracleCommandBuilder |
TOracleCommandBuilder provides specifics methods to create limit/offset query
commands for Oracle database. |
TOracleTableInfo |
TDbTableInfo class describes the meta data of a database table. |
TPgsqlCommandBuilder |
TPgsqlCommandBuilder provides specifics methods to create limit/offset query
commands for Pgsql database. |
TSqliteCommandBuilder |
TSqliteCommandBuilder provides specifics methods to create limit/offset query
commands for Sqlite database. |
|