RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
MetaDataCollectionName.Tables Field

This metadata collection represents tables in a database.

Pascal
const Tables: string = "Tables";
C++
string Tables = "Tables";

This metadata collection represents tables in a database.  

The columns are:

Column Name 
Data Type 
Description 
CatalogName  
String  
The catalog name.  
SchemaName  
String  
The schema name.  
TableName  
String  
The table name.  
TableType  
String  
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!