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.scriptWriter |
Modifier and Type | Method and Description |
---|---|
TJoin |
TCustomSqlStatement.analyzeJoin(TJoinExpr pJoinExpr,
TJoin pJoin,
Boolean isSub) |
Modifier and Type | Method and Description |
---|---|
TJoin |
TCustomSqlStatement.analyzeJoin(TJoinExpr pJoinExpr,
TJoin pJoin,
Boolean isSub) |
Modifier and Type | Method and Description |
---|---|
TJoin |
TJoin.getJoin() |
TJoin |
TJoinItem.getJoin()
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) |
void |
TJoinItem.setJoin(TJoin join) |
Modifier and Type | Method and Description |
---|---|
void |
TScriptGeneratorVisitor.preVisit(TJoin node) |
Copyright © 2019. All rights reserved.