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

Method UpdatedRows

database/binlog/rows_event.go:168–170  ·  view source on GitHub ↗

UpdatedRows returns the rows in the table that were mutated.

()

Source from the content-addressed store, hash-verified

166
167// UpdatedRows returns the rows in the table that were mutated.
168func (e *UpdateRowsEvent) UpdatedRows() []UpdateRowValues {
169 return e.rows
170}
171
172//
173// baseRowsEventParser --------------------------------------------------------

Callers 4

TestUpdateRowsV1Method · 0.80
TestUpdateRowsV2Method · 0.80
TestRealUpdateRowsV1Method · 0.80
TestRealUpdateRowsV2Method · 0.80

Calls

no outgoing calls

Tested by 4

TestUpdateRowsV1Method · 0.64
TestUpdateRowsV2Method · 0.64
TestRealUpdateRowsV1Method · 0.64
TestRealUpdateRowsV2Method · 0.64