RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
MetaDataCollectionName.Indexes Field

This metadata collection represents table indexes in a database.

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

This metadata collection represents table indexes 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.  
IndexName  
String  
The index name.  
ConstraintName  
String  
The constraint name, may be NULL.  
IsPrimary  
Boolean  
The primary index of the table.  
IsUnique  
Boolean  
A unique index of the table.  
IsAscending  
Boolean  
A descending index (Interbase only).  

 

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