Uses of Class
gudusoft.gsqlparser.nodes.TConstraintList
Packages that use TConstraintList
Package
Description
Provides the classes represents various SQL query parse tree node.
Provides the classes represent various SQL statements.
-
Uses of TConstraintList in gudusoft.gsqlparser.nodes
Methods in gudusoft.gsqlparser.nodes that return TConstraintListModifier and TypeMethodDescriptionTViewAliasItem.getColumnConstraintList()TAlterTableOption.getConstraintList()List ofTConstraintin add constraint clause, valid whenTAlterTableOption.getOptionType()isEAlterTableOptionType.AddConstraintTColumnDefinition.getConstraints()Methods in gudusoft.gsqlparser.nodes with parameters of type TConstraintListModifier and TypeMethodDescriptionvoidTParseTreeVisitor.postVisit(TConstraintList node) voidTParseTreeVisitor.preVisit(TConstraintList node) voidTViewAliasItem.setColumnConstraintList(TConstraintList columnConstraintList) voidTAlterTableOption.setConstraintList(TConstraintList constraintList) voidTColumnDefinition.setConstraints(TConstraintList constraints) -
Uses of TConstraintList in gudusoft.gsqlparser.scriptWriter
Methods in gudusoft.gsqlparser.scriptWriter with parameters of type TConstraintList -
Uses of TConstraintList in gudusoft.gsqlparser.stmt
Methods in gudusoft.gsqlparser.stmt that return TConstraintListModifier and TypeMethodDescriptionTCreateTableSqlStatement.getTableConstraints()table level constraints.Methods in gudusoft.gsqlparser.stmt with parameters of type TConstraintListModifier and TypeMethodDescriptionvoidTCreateTableSqlStatement.setTableConstraints(TConstraintList tableConstraints)