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