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