public interface LockClause
LOCK.| Modifier and Type | Interface and Description |
|---|---|
static class |
LockClause.Position
Enumeration of where to render the clause within the SQL statement.
|
| Modifier and Type | Method and Description |
|---|---|
LockClause.Position |
getClausePosition()
Returns the
LockClause.Position where to apply the clause. |
String |
getLock(LockOptions lockOptions)
Returns the
LOCK clause to lock results. |
String getLock(LockOptions lockOptions)
LOCK clause to lock results.lockOptions - contains the lock mode to apply.LockClause.Position getClausePosition()
LockClause.Position where to apply the clause.Copyright © 2017–2021 Pivotal Software, Inc.. All rights reserved.