Package | Description |
---|---|
gudusoft.gsqlparser |
Provides the class
TGSqlParser 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.scriptWriter |
Modifier and Type | Method and Description |
---|---|
TJoin |
TCustomSqlStatement.analyzeJoin(TJoinExpr pJoinExpr,
TJoin pJoin,
Boolean isSub) |
TJoin |
TCustomSqlStatement.analyzeTableOrJoin(TFromTable pfromTable) |
Modifier and Type | Method and Description |
---|---|
TJoin |
TCustomSqlStatement.analyzeJoin(TJoinExpr pJoinExpr,
TJoin pJoin,
Boolean isSub) |
Modifier and Type | Method and Description |
---|---|
TJoin |
TJoin.getJoin()
Deprecated.
|
TJoin |
TJoinItem.getJoin()
Deprecated.
Valid when
TJoinItem.getKind() = TBaseType.join_source_join , means this joinitem start with a join. |
TJoin |
TJoinList.getJoin(int position) |
Modifier and Type | Method and Description |
---|---|
void |
TJoinList.addJoin(TJoin join) |
void |
TParseTreeVisitor.postVisit(TJoin node) |
void |
TParseTreeVisitor.preVisit(TJoin node) |
void |
TJoin.setJoin(TJoin join)
Deprecated.
|
void |
TJoinItem.setJoin(TJoin join)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
TScriptGeneratorVisitor.preVisit(TJoin node) |