RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ForeignKeysColumns Class

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

Pascal
ForeignKeysColumns = class;
C++
class ForeignKeysColumns;

ForeignKeysColumns.cs

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

The columns of the result table are:

Constant 
Description 
Used to access the CatalogName column in the ForeignKeys metadata collection. The data in this column specifies the catalog name.  
Used to access the SchemaName column in the ForeignKeys metadata collection. The data in this column specifies the schema name.  
Used to access the TableName column in the ForeignKeys metadata collection. The data in this column specifies the table name.  
Used to access the ForeignKeyName column in the ForeignKeys metadata collection. The data in this column specifies the foreign key name.  

 

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