public class ForUpdateOfClause extends ForUpdateClause
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Vector |
lockedExpressions |
NO_LOCK_CLAUSE| Constructor and Description |
|---|
ForUpdateOfClause() |
| Modifier and Type | Method and Description |
|---|---|
void |
addLockedExpression(ObjectExpression expression) |
java.util.Vector |
getLockedExpressions() |
boolean |
isForUpdateOfClause() |
boolean |
isReferenceClassLocked() |
void |
printSQL(ExpressionSQLPrinter printer,
SQLSelectStatement statement)
INTERNAL:
Prints the as of clause for an expression inside of the FROM clause.
|
void |
setLockedExpressions(java.util.Vector lockedExpressions) |
void |
setLockMode(short lockMode) |
clone, getLockMode, newInstancepublic void addLockedExpression(ObjectExpression expression)
public java.util.Vector getLockedExpressions()
public boolean isForUpdateOfClause()
isForUpdateOfClause in class ForUpdateClausepublic boolean isReferenceClassLocked()
isReferenceClassLocked in class ForUpdateClausepublic void setLockedExpressions(java.util.Vector lockedExpressions)
public void setLockMode(short lockMode)
public void printSQL(ExpressionSQLPrinter printer, SQLSelectStatement statement)
printSQL in class ForUpdateClause