Unit 'uibsqlparser' Package
[Overview][Types][Classes][Index] [#pl_uib]

TSQLStatement

Declaration

Source position: uibsqlparser.pas line 67

type TSQLStatement = (

  ssUnknow,

  

  ssAlterException,

  

  ssAlterTable,

  

  ssAlterTrigger,

  

  ssAlterProcedure,

  

  ssAlterDatabase,

  

  ssAlterDomain,

  

  ssAlterIndex,

  

  ssAlterSequence,

  

  ssAlterFunction,

  

  ssReadBlob,

  

  ssInsertBlob,

  

  ssCommit,

  

  ssDeclareFilter,

  

  ssDeclareFunction,

  

  ssDelete,

  

  ssDropException,

  

  ssDropIndex,

  

  ssDropProcedure,

  

  ssDropTable,

  

  ssDropTrigger,

  

  ssDropView,

  

  ssDropFilter,

  

  ssDropDomain,

  

  ssDropFunction,

  

  ssDropShadow,

  

  ssDropRole,

  

  ssDropGenerator,

  

  ssDropSequence,

  

  ssGrant,

  

  ssInsertInto,

  

  ssExecuteProcedure,

  

  ssExecuteBlock,

  

  ssRecreateProcedure,

  

  ssRecreateTable,

  

  ssRecreateView,

  

  ssRecreateException,

  

  ssSetSqlDialect,

  

  ssSetTransaction,

  

  ssSetGenerator,

  

  ssSetStatistics,

  

  ssSetNames,

  

  ssCreateException,

  

  ssCreateIndex,

  

  ssCreateProcedure,

  

  ssCreateTable,

  

  ssCreateTrigger,

  

  ssCreateView,

  

  ssCreateGenerator,

  

  ssCreateSequence,

  

  ssCreateDatabase,

  

  ssCreateDomain,

  

  ssCreateShadow,

  

  ssCreateRole,

  

  ssReplaceProcedure,

  

  ssReplaceTrigger,

  

  ssReplaceException,

  

  ssRevoke,

  

  ssRollback,

  

  ssSetSavepoint,

  

  ssReleaseSavepoint,

  

  ssUndoSavepoint,

  

  ssSelect,

  

  ssUpdate,

  

  ssDebug,

  

  ssAutoDDL,

  

  ssConnect,

  

  ssCommentDatabase,

  

  ssCommentDomain,

  

  ssCommentTable,

  

  ssCommentView,

  

  ssCommentProcedure,

  

  ssCommentTrigger,

  

  ssCommentFunction,

  

  ssCommentFilter,

  

  ssCommentException,

  

  ssCommentGenerator,

  

  ssCommentSequence,

  

  ssCommentIndex,

  

  ssCommentRole,

  

  ssCommentCharacterSet,

  

  ssCommentCollation,

  

  ssCommentColumn,

  

  ssCommentParameter,

  

  ssBulkParams,

  

  ssEOF

  

);



CT Web help

CodeTyphon Studio