Package | Description |
---|---|
gudusoft.gsqlparser.nodes |
Provides the classes represents various SQL query parse tree node.
|
gudusoft.gsqlparser.scriptWriter | |
gudusoft.gsqlparser.stmt |
Provides the classes represent various SQL statements.
|
Modifier and Type | Method and Description |
---|---|
ArrayList<TSelectModifier> |
TSelectSqlNode.getSelectModifiers() |
Modifier and Type | Method and Description |
---|---|
void |
TParseTreeVisitor.postVisit(TSelectModifier node) |
void |
TParseTreeVisitor.preVisit(TSelectModifier node) |
Modifier and Type | Method and Description |
---|---|
void |
TSelectSqlNode.setSelectModifiers(ArrayList<TSelectModifier> selectModifiers) |
Modifier and Type | Method and Description |
---|---|
void |
TScriptGeneratorVisitor.preVisit(TSelectModifier node) |
Modifier and Type | Method and Description |
---|---|
ArrayList<TSelectModifier> |
TSelectSqlStatement.getSelectModifiers() |
Modifier and Type | Method and Description |
---|---|
void |
TSelectSqlStatement.setSelectModifiers(ArrayList<TSelectModifier> selectModifiers) |