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 |
---|---|
TForUpdate |
TSelectSqlNode.getForupdateClause() |
Modifier and Type | Method and Description |
---|---|
void |
TParseTreeVisitor.postVisit(TForUpdate node) |
void |
TParseTreeVisitor.preVisit(TForUpdate node) |
void |
TSelectSqlNode.setForupdateClause(TForUpdate forupdateClause) |
Modifier and Type | Method and Description |
---|---|
void |
TScriptGeneratorVisitor.preVisit(TForUpdate node) |
Modifier and Type | Method and Description |
---|---|
TForUpdate |
TSelectSqlStatement.getForUpdateClause() |
Modifier and Type | Method and Description |
---|---|
void |
TSelectSqlStatement.setForUpdateClause(TForUpdate forUpdateClause) |
Copyright © 2019. All rights reserved.