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 |
---|---|
TLockingClause |
TLockingClauseList.getLockingClause(int position) |
Modifier and Type | Method and Description |
---|---|
TPTNodeList<TLockingClause> |
TSelectSqlNode.getLockingClauses() |
Modifier and Type | Method and Description |
---|---|
void |
TLockingClauseList.addLockingClause(TLockingClause lockingClause) |
void |
TParseTreeVisitor.postVisit(TLockingClause node) |
void |
TParseTreeVisitor.preVisit(TLockingClause node) |
Modifier and Type | Method and Description |
---|---|
void |
TSelectSqlNode.setLockingClauses(TPTNodeList<TLockingClause> lockingClauses) |
Modifier and Type | Method and Description |
---|---|
TPTNodeList<TLockingClause> |
TSelectSqlStatement.getLockingClauses()
PostgreSQL, for update of, for read only.
|
Modifier and Type | Method and Description |
---|---|
void |
TSelectSqlStatement.setLockingClauses(TPTNodeList<TLockingClause> lockingClauses) |
Copyright © 2019. All rights reserved.