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.dlineage.dataflow.listener | |
gudusoft.gsqlparser.nodes |
Provides the classes represents various SQL query parse tree node.
|
gudusoft.gsqlparser.pp.stmtformatter |
Modifier and Type | Method and Description |
---|---|
TGSqlParser |
TSourceTokenList.getGsqlparser() |
Modifier and Type | Method and Description |
---|---|
boolean |
ISQLStatementHandle.processSQLStatement(TCustomSqlStatement sqlStatement,
TGSqlParser sqlParser) |
void |
TSourceTokenList.setGsqlparser(TGSqlParser gsqlparser) |
Modifier and Type | Method and Description |
---|---|
void |
DataFlowHandleAdapter.endAnalyzeDataFlow(TGSqlParser sqlparser) |
void |
DataFlowHandleListener.endAnalyzeDataFlow(TGSqlParser sqlparser) |
void |
DataFlowHandleAdapter.startAnalyzeDataFlow(TGSqlParser sqlparser) |
void |
DataFlowHandleListener.startAnalyzeDataFlow(TGSqlParser sqlparser) |
Modifier and Type | Method and Description |
---|---|
TGSqlParser |
TParseTreeNode.getGsqlparser()
The parser that generate this node.
|
Modifier and Type | Method and Description |
---|---|
void |
TParseTreeNode.setGsqlparser(TGSqlParser gsqlparser) |
void |
TNodeFactory.setGsqlParser(TGSqlParser parser) |
Modifier and Type | Method and Description |
---|---|
static TGSqlParser |
SqlFormatter.preHandleRemoveComment(TGSqlParser parser) |
Modifier and Type | Method and Description |
---|---|
String |
SqlFormatter.format(TGSqlParser parser,
GFmtOpt option) |
static String |
FormatterFactory.pp(TGSqlParser parser,
GFmtOpt option) |
static TGSqlParser |
SqlFormatter.preHandleRemoveComment(TGSqlParser parser) |