RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DBCommon.TSQLToken Enumeration
Pascal
TSQLToken = (
  stUnknown,
  stTableName,
  stFieldName,
  stAscending,
  stDescending,
  stSelect,
  stFrom,
  stWhere,
  stGroupBy,
  stHaving,
  stUnion,
  stPlan,
  stOrderBy,
  stForUpdate,
  stEnd,
  stPredicate,
  stValue,
  stIsNull,
  stIsNotNull,
  stLike,
  stAnd,
  stOr,
  stNumber,
  stAllFields,
  stComment,
  stDistinct
);
C++
enum TSQLToken {
  stUnknown,
  stTableName,
  stFieldName,
  stAscending,
  stDescending,
  stSelect,
  stFrom,
  stWhere,
  stGroupBy,
  stHaving,
  stUnion,
  stPlan,
  stOrderBy,
  stForUpdate,
  stEnd,
  stPredicate,
  stValue,
  stIsNull,
  stIsNotNull,
  stLike,
  stAnd,
  stOr,
  stNumber,
  stAllFields,
  stComment,
  stDistinct
};

This is record DBCommon.TSQLToken.

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