| Package | Description |
|---|---|
| net.aditsu.depeche |
| Modifier and Type | Method and Description |
|---|---|
static RowLock |
RowLock.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RowLock[] |
RowLock.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Query |
Query.lock(RowLock rowLock)
Sets the given row lock (for SELECT) and returns a new query
|
void |
Record.refresh(Conn conn,
RowLock rowLock)
Refreshes this record (based on its primary key) with the values from the database,
using the given connection, and locks it with the given row lock
|