Package | Description |
---|---|
gudusoft.gsqlparser |
Provides the class
gudusoft.gsqlparser.TGSqlParserr necessary to create a SQL Parser and the classes a SQL Parser uses
internally to handle different SQL dialects. |
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 | Field and Description |
---|---|
TJoinList |
TCustomSqlStatement.joins
joins represents table sources in the from clause.
|
Modifier and Type | Method and Description |
---|---|
TJoinList |
TCustomSqlStatement.getJoins() |
Modifier and Type | Method and Description |
---|---|
TJoinList |
TPivotedTable.getJoins() |
Modifier and Type | Method and Description |
---|---|
void |
TParseTreeVisitor.postVisit(TJoinList node) |
void |
TParseTreeVisitor.preVisit(TJoinList node) |
void |
TPivotedTable.setJoins(TJoinList joins) |
Modifier and Type | Method and Description |
---|---|
TJoinList |
TDeleteSqlStatement.getReferenceJoins()
If there is a FROM clause in delete statement, this method returns the list of join table in the from clause.
|
TJoinList |
TUpdateSqlStatement.getReferenceJoins()
Deprecated.
As of v1.9.7.2, use
TCustomSqlStatement.joins instead.
getReferenceJoins() represents: table_references |
Modifier and Type | Method and Description |
---|---|
void |
TDeleteSqlStatement.setReferenceJoins(TJoinList referenceJoins) |
void |
TUpdateSqlStatement.setReferenceJoins(TJoinList referenceJoins) |
Copyright © 2019. All rights reserved.