RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ReservedWordsColumns Class

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

Pascal
ReservedWordsColumns = class;
C++
class ReservedWordsColumns;

ReservedWordsColumns.cs

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

The columns of the result table are:

Constant 
Description 
Used to access the ReservedWord column in the ReservedWords metadata collection. The data in this column specifies an identifier reserved for the SQL syntax.
These identifiers should not be used as object names such as tables and columns. Some databases allow their use if they are quoted.  

 

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