AstVisitorpublic class Locking extends java.lang.Object implements AstVisitor
| Modifier and Type | Class | Description |
|---|---|---|
static class |
Locking.LockingMode |
|
static class |
Locking.WaitingMode |
| Modifier and Type | Method | Description |
|---|---|---|
void |
assemble(AbstractSyntaxTree tree) |
Visits SQL query making a tree from its clauses.
|
static Locking |
forKeyShare() |
|
static Locking |
forNoKeyUpdate() |
|
static Locking |
forShare() |
|
static Locking |
forUpdate() |
|
void |
noWait() |
|
void |
setTables(Expression... tables) |
|
void |
skipLocked() |
public static Locking forUpdate()
public static Locking forNoKeyUpdate()
public static Locking forShare()
public static Locking forKeyShare()
public void setTables(Expression... tables)
public void noWait()
public void skipLocked()
public void assemble(AbstractSyntaxTree tree)
AstVisitorassemble in interface AstVisitortree - - abstract syntax tree