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 |
---|---|
THintClause |
TSelectSqlNode.getHintClause() |
Modifier and Type | Method and Description |
---|---|
void |
TParseTreeVisitor.postVisit(THintClause node) |
void |
TParseTreeVisitor.preVisit(THintClause node) |
void |
TSelectSqlNode.setHintClause(THintClause hintClause) |
Modifier and Type | Method and Description |
---|---|
THintClause |
TSelectSqlStatement.getHintClause() |
Modifier and Type | Method and Description |
---|---|
void |
TSelectSqlStatement.setHintClause(THintClause hintClause) |
Copyright © 2019. All rights reserved.