RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXReservedWordsIndex Class

Accesses columns by ordinal in the ReservedWords metadata.

Pascal
TDBXReservedWordsIndex = class;
C++
class TDBXReservedWordsIndex;

TDBXReservedWordsIndex is used to access columns by ordinal in the ReservedWords metadata collection. These columns are returned when TDBXCommand.Text is TDBXMetaDataCommands.GetReservedWords when reading metadata. To retrieve a metadata column, use this constant to index the TDBXReader instance returned by TDBXCommand.ExecuteQuery. 

This table describes the column.

Column Ordinal Name 
Data Type of Column Data 
Description 
String  
An identifier reserved for SQL syntax.
These identifiers should not be used as object names, such as tables and columns. Some databases allows their use if they are quoted.  

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!