Operation.Operations| Constructor and Description |
|---|
Assert(String lock)
Constructs a Assert object.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getLock()
Returns the lock member of assert operation.
|
String |
getOp()
Returns the op member of update operation.
|
TableSchema |
getTableSchema()
Returns TableSchema entity.
|
public Assert(String lock)
lock - the lock member of assert operationpublic String getLock()
public String getOp()
Operationpublic TableSchema getTableSchema()
OperationgetTableSchema in interface Operation