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