Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BranchUndoLog ¶
type BranchUndoLog struct { Xid string BranchID int64 SqlUndoLogs []*SqlUndoLog }
type SqlUndoLog ¶
type SqlUndoLog struct { SqlType sqlparser.SQLType TableName string BeforeImage *schema.TableRecords AfterImage *schema.TableRecords }
func (*SqlUndoLog) GetUndoRows ¶
func (undoLog *SqlUndoLog) GetUndoRows() *schema.TableRecords
func (*SqlUndoLog) SetTableMeta ¶
func (undoLog *SqlUndoLog) SetTableMeta(tableMeta schema.TableMeta)
Click to show internal directories.
Click to hide internal directories.