Method | Description | |
---|---|---|
LockTableStatement ( ObjectName tableName, LockingMode mode ) : System | ||
LockTableStatement ( ObjectName tableName, LockingMode mode, int timeout ) : System |
Method | Description | |
---|---|---|
AppendTo ( SqlStringBuilder builder ) : void | ||
ExecuteStatement ( |
||
GetData ( |
||
PrepareStatement ( IRequest context ) : |
Method | Description | |
---|---|---|
LockTableStatement ( |
protected AppendTo ( SqlStringBuilder builder ) : void | ||
builder | SqlStringBuilder | |
return | void |
protected ExecuteStatement ( |
||
context | ||
return | void |
protected GetData ( |
||
info | ||
return | void |
public LockTableStatement ( ObjectName tableName, LockingMode mode ) : System | ||
tableName | ObjectName | |
mode | LockingMode | |
return | System |
public LockTableStatement ( ObjectName tableName, LockingMode mode, int timeout ) : System | ||
tableName | ObjectName | |
mode | LockingMode | |
timeout | int | |
return | System |
protected PrepareStatement ( IRequest context ) : |
||
context | IRequest | |
return |