public class SQLUndoLog extends Object
| 构造器和说明 |
|---|
SQLUndoLog() |
| 限定符和类型 | 方法和说明 |
|---|---|
TableRecords |
getAfterImage()
Gets after image.
|
TableRecords |
getBeforeImage()
Gets before image.
|
SQLType |
getSqlType()
Gets sql type.
|
String |
getTableName()
Gets table name.
|
void |
setAfterImage(TableRecords afterImage)
Sets after image.
|
void |
setBeforeImage(TableRecords beforeImage)
Sets before image.
|
void |
setSqlType(SQLType sqlType)
Sets sql type.
|
void |
setTableMeta(TableMeta tableMeta)
Sets table meta.
|
void |
setTableName(String tableName)
Sets table name.
|
public void setTableMeta(TableMeta tableMeta)
tableMeta - the table metapublic SQLType getSqlType()
public void setSqlType(SQLType sqlType)
sqlType - the sql typepublic String getTableName()
public void setTableName(String tableName)
tableName - the table namepublic TableRecords getBeforeImage()
public void setBeforeImage(TableRecords beforeImage)
beforeImage - the before imagepublic TableRecords getAfterImage()
public void setAfterImage(TableRecords afterImage)
afterImage - the after imageCopyright © 2019 Seata. All rights reserved.