MCPcopy
hub / github.com/dropbox/godropbox / InsertedRows

Method InsertedRows

database/binlog/rows_event.go:116–118  ·  view source on GitHub ↗

InsertedRows returns the rows written into the table.

()

Source from the content-addressed store, hash-verified

114
115// InsertedRows returns the rows written into the table.
116func (e *WriteRowsEvent) InsertedRows() []RowValues {
117 return e.rows
118}
119
120// A representation of the v1 / v2 delete rows event.
121type DeleteRowsEvent struct {

Callers 4

TestWriteRowsV1Method · 0.80
TestWriteRowsV2Method · 0.80
TestRealWriteRowsV1Method · 0.80
TestRealWriteRowsV2Method · 0.80

Calls

no outgoing calls

Tested by 4

TestWriteRowsV1Method · 0.64
TestWriteRowsV2Method · 0.64
TestRealWriteRowsV1Method · 0.64
TestRealWriteRowsV2Method · 0.64