| Class | Description |
|---|---|
| TDDLSQLEnv | |
| TFunctoinColumn |
table function return column
|
| TServerSQLEnv | |
| TSQLCatalog |
In the most sql-implementation, Catalog is the anonymous of the Database.
|
| TSQLColumn |
table column
|
| TSQLEnv |
SQL environment includes the metadata of a list of databases.
|
| TSQLFunction |
SQL function
|
| TSQLObject |
base class of all the database object such as catalog, schema, table, column and etc
|
| TSQLOraclePackage |
SQL procedure
|
| TSQLParameter | |
| TSQLProcedure |
SQL procedure
|
| TSQLRoutine | |
| TSQLSchema |
SQL schema, contains a list of schema objects.
|
| TSQLSchemaObject |
the base class of all schema objects such as procedure, table, trigger and etc.
|
| TSQLSynonyms |
SQL synonyms object
|
| TSQLTable |
SQL table, includes a list of columns.
|
| TSQLTrigger |
SQL trigger
|
| Enum | Description |
|---|---|
| ESQLDataObjectType |
database object type
|