Method |
Description |
|
Accept ( ISqlAstVisitor visitor ) : void |
|
|
AddCheck ( IExpression check ) : DdlCreateTableStatement |
|
|
AddColumnDefinition ( Identifier colname, ColumnDefinition def ) : DdlCreateTableStatement |
|
|
AddFullTextIndex ( Identifier colname, IndexDefinition def ) : DdlCreateTableStatement |
|
|
AddIndex ( Identifier colname, IndexDefinition def ) : DdlCreateTableStatement |
|
|
AddSpatialIndex ( Identifier colname, IndexDefinition def ) : DdlCreateTableStatement |
|
|
AddUniqueIndex ( Identifier colname, IndexDefinition def ) : DdlCreateTableStatement |
|
|
DdlCreateTableStatement ( bool temporary, bool ifNotExists, Identifier table ) : System.Collections.Generic |
|
|
SetPrimaryKey ( IndexDefinition def ) : DdlCreateTableStatement |
|
|
SetSelect ( CreateTableSelectOption option, DmlSelectStatement select ) : void |
|
|
SetTableOptions ( TableOptions tableOptions ) : DdlCreateTableStatement |
|
|