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