Package | Description |
---|---|
gudusoft.gsqlparser.nodes |
Provides the classes represents various SQL query parse tree node.
|
gudusoft.gsqlparser.scriptWriter | |
gudusoft.gsqlparser.stmt |
Provides the classes represent various SQL statements.
|
Modifier and Type | Method and Description |
---|---|
TConstraintList |
TViewAliasItem.getColumnConstraintList() |
TConstraintList |
TAlterTableOption.getConstraintList()
List of
TConstraint in add constraint clause, valid when TAlterTableOption.getOptionType() is EAlterTableOptionType.AddConstraint |
TConstraintList |
TColumnDefinition.getConstraints() |
Modifier and Type | Method and Description |
---|---|
void |
TParseTreeVisitor.postVisit(TConstraintList node) |
void |
TParseTreeVisitor.preVisit(TConstraintList node) |
void |
TViewAliasItem.setColumnConstraintList(TConstraintList columnConstraintList) |
void |
TAlterTableOption.setConstraintList(TConstraintList constraintList) |
void |
TColumnDefinition.setConstraints(TConstraintList constraints) |
Modifier and Type | Method and Description |
---|---|
void |
TScriptGeneratorVisitor.preVisit(TConstraintList node) |
Modifier and Type | Method and Description |
---|---|
TConstraintList |
TCreateTableSqlStatement.getTableConstraints()
table level constraints.
|
Modifier and Type | Method and Description |
---|---|
void |
TCreateTableSqlStatement.setTableConstraints(TConstraintList tableConstraints) |
Copyright © 2019. All rights reserved.