public class ForUpdateClause extends Object implements Serializable, Cloneable
Modifier and Type | Field and Description |
---|---|
protected static ForUpdateClause |
NO_LOCK_CLAUSE |
Constructor and Description |
---|
ForUpdateClause() |
ForUpdateClause(short lockMode) |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
short |
getLockMode() |
boolean |
isForUpdateOfClause() |
boolean |
isReferenceClassLocked() |
static ForUpdateClause |
newInstance(short lockMode) |
void |
printSQL(ExpressionSQLPrinter printer,
SQLSelectStatement statement)
INTERNAL:
Prints the as of clause for an expression inside of the FROM clause.
|
protected static final ForUpdateClause NO_LOCK_CLAUSE
public ForUpdateClause()
public ForUpdateClause(short lockMode)
public static ForUpdateClause newInstance(short lockMode)
public boolean isForUpdateOfClause()
public boolean isReferenceClassLocked()
public short getLockMode()
public void printSQL(ExpressionSQLPrinter printer, SQLSelectStatement statement)
Copyright © 2023. All rights reserved.