RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
MetaDataCollectionName.ReservedWords Field

This metadata collection represents reserved words in a database.

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

This metadata collection represents reserved words in a database. The columns are:

Column Name 
Data Type 
Description 
ReservedWord  
String  
An identifier reserved for the 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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!