RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ForeignKeyColumnsColumns Class

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

Pascal
ForeignKeyColumnsColumns = class;
C++
class ForeignKeyColumnsColumns;

ForeignKeyColumnsColumns.cs

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

The columns of the result table are:

Constant 
Description 
Used to access the CatalogName column in the ForeignKeyColumns metadata collection. The data in this column specifies the catalog name of the table with the foreign key.  
Used to access the SchemaName column in the ForeignKeyColumns metadata collection. The data in this column specifies the schema name of the table with the foreign key.  
Used to access the TableName column in the ForeignKeyColumns metadata collection. The data in this column specifies the name of the table with the foreign key.  
Used to access the ForeignKeyName column in the ForeignKeyColumns metadata collection. The data in this column specifies the foreign key name.  
Used to access the ColumnName column in the ForeignKeyColumns metadata collection. The data in this column specifies a column which refers to a column of in another table.  
Used to access the PrimaryCatalogName column in the ForeignKeyColumns metadata collection. The data in this column specifies the catalog name of the table being referred to.  
Used to access the PrimarySchemaName column in the ForeignKeyColumns metadata collection. The data in this column specifies the schema name of the table being referred to.  
Used to access the PrimaryTableName column in the ForeignKeyColumns metadata collection. The data in this column specifies the name of the table being referred to.  
Used to access the PrimaryKeyName column in the ForeignKeyColumns metadata collection. The data in this column specifies the name of the key being referred to. This is usually the primary key.  
Used to access the PrimaryColumnName column in the ForeignKeyColumns metadata collection. The data in this column specifies the column which is being referred to.  
Used to access the Ordinal column in the ForeignKeyColumns metadata collection. The data in this column specifies the position of the column reference in the foreign key.  

 

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