You are here: Symbol Reference > Structs, Records, Enums > TDBObjType Enumeration
ContentsIndexHome
PreviousUpNext
TDBObjType Enumeration
File

LzBaseType

Pascal
TDBObjType = (
  ttObjUnknown,
  ttObjTable,
  ttobjTableCTE,
  ttobjTableTemp,
  ttobjTablePivot,
  ttobjTableVar,
  ttObjField,
  ttObjTableAlias,
  ttObjFieldAlias,
  ttObjAlias,
  ttObjDataType,
  ttObjFunction,
  ttObjProcedure,
  ttObjTrigger,
  ttObjView,
  ttObjIndex,
  ttObjOracleExceptionName,
  ttObjOracleHint,
  ttobjSchema,
  ttobjDatabase,
  ttobjServer,
  ttobjSequence,
  ttobjSequenceVal,
  ttobjParameter,
  ttobjLocalVariable,
  ttobjPackage,
  ttobjObjectProperty,
  ttobjObjectMethod,
  ttobjMaterializedView
);
Description

Type of database object

Gudu software http://www.sqlparser.com
Send comments about this topic.