RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TablesColumns Class

Column names for the result table from the built-in stored procedure DB_ADMIN.GET_TABLES and DataStoreConnection.GetSchema(MetaDataCollectionName.Tables).

Pascal
TablesColumns = class;
C++
class TablesColumns;

TablesColumns.cs

Column names for the result table from the built-in stored procedure DB_ADMIN.GET_TABLES and DataStoreConnection.GetSchema(MetaDataCollectionName.Tables). 

The columns of the result table are:

Constant 
Description 
Used to access the CatalogName column in the Tables metadata collection. The data in this column specifies the catalog name.  
Used to access the TableName column in the Tables metadata collection. The data in this column specifies the table name.  
Used to access the SchemaName column in the Tables metadata collection. The data in this column specifies the schema name.  
Used to access the TableType column in the Tables metadata collection. The data in this column specifies the table type: TABLE, VIEW, SYNONYM, or SYSTEM_TABLE.  

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!