Package | Description |
---|---|
gudusoft.gsqlparser.nodes |
Provides the classes represents various SQL query parse tree node.
|
gudusoft.gsqlparser.stmt |
Provides the classes represent various SQL statements.
|
Modifier and Type | Method and Description |
---|---|
TInheritsClause |
TCreateTableSqlNode.getInheritsClause() |
Modifier and Type | Method and Description |
---|---|
void |
TParseTreeVisitor.postVisit(TInheritsClause node) |
void |
TParseTreeVisitor.preVisit(TInheritsClause node) |
void |
TCreateTableSqlNode.setInheritsClause(TInheritsClause inheritsClause) |
Modifier and Type | Method and Description |
---|---|
TInheritsClause |
TCreateTableSqlStatement.getInheritsClause() |