TSqlCreateTable

Statement to create a table.

Inheritance

LevelAncestorDescription
1TObjectUltimate ancestor in a class hierarchy
2TBaseObjectA base class for objects that can be used instead of TObject.
3TReferenceCountedObjectObject that keeps track of the number of times it is referenced from other objects
4TSqlExpressionBase class for expressions in an SQL expression tree.
5TSqlStatementBase class for statements that can be executed by a database.
6TSqlDataDefinitionStatementBase class for statements that define database objects.
7TSqlTableDefinitionStatementBase class for statements to define tables.
8TSqlCreateTable

Source

Sql.Statement.DataDefinition.Table.Create.pas (73)

Fields

ScopeVisibilityTypeNameDescription
InstanceprivateTSqlPhysicalTableFTable
InstanceprivateTSqlCreateTableModifiersFModifiers
InstanceprivateTList<TSqlCreateTableSpecification>FSpecifications
InstanceprivateTSqlSelectFSelect

Methods

ScopeVisibilityResultNameDescription
InstanceprivateSetSelect(Value: TSqlSelect)
InstanceprivateTTextGetIdentifier()
InstancepublicCreate(Table: TSqlPhysicalTable; Modifiers: TSqlCreateTableModifiers)
InstancepublicDestroy()
InstancepublicTSqlTableDefinitionStatementCopyTableDefinitionStatement()
InstancepublicTSqlCreateTableCopyCreateTable()