Uses of Class
gudusoft.gsqlparser.nodes.TTableProperties
Packages that use TTableProperties
Package
Description
Provides the classes represents various SQL query parse tree node.
Provides the classes represent various SQL statements.
-
Uses of TTableProperties in gudusoft.gsqlparser.nodes
Methods in gudusoft.gsqlparser.nodes that return TTablePropertiesMethods in gudusoft.gsqlparser.nodes with parameters of type TTablePropertiesModifier and TypeMethodDescriptionvoidTParseTreeVisitor.postVisit(TTableProperties node) voidTParseTreeVisitor.preVisit(TTableProperties node) voidTCreateTableSqlNode.setTableProperties(TTableProperties tableProperties) -
Uses of TTableProperties in gudusoft.gsqlparser.stmt
Methods in gudusoft.gsqlparser.stmt that return TTablePropertiesMethods in gudusoft.gsqlparser.stmt with parameters of type TTablePropertiesModifier and TypeMethodDescriptionvoidTCreateTableSqlStatement.setTableProperties(TTableProperties tableProperties)