UsedColumns returns the column descriptors that are used by the event.
()
| 109 | |
| 110 | // UsedColumns returns the column descriptors that are used by the event. |
| 111 | func (e *WriteRowsEvent) UsedColumns() []ColumnDescriptor { |
| 112 | return e.usedColumns |
| 113 | } |
| 114 | |
| 115 | // InsertedRows returns the rows written into the table. |
| 116 | func (e *WriteRowsEvent) InsertedRows() []RowValues { |
no outgoing calls