Uses of Class
gudusoft.gsqlparser.nodes.postgresql.TInheritsClause
Packages that use TInheritsClause
Package
Description
Provides the classes represents various SQL query parse tree node.
Provides the classes represent various SQL statements.
-
Uses of TInheritsClause in gudusoft.gsqlparser.nodes
Methods in gudusoft.gsqlparser.nodes that return TInheritsClauseMethods in gudusoft.gsqlparser.nodes with parameters of type TInheritsClauseModifier and TypeMethodDescriptionvoidTParseTreeVisitor.postVisit(TInheritsClause node) voidTParseTreeVisitor.preVisit(TInheritsClause node) voidTCreateTableSqlNode.setInheritsClause(TInheritsClause inheritsClause) -
Uses of TInheritsClause in gudusoft.gsqlparser.stmt
Methods in gudusoft.gsqlparser.stmt that return TInheritsClause