RowsFlags returns the rows event's flags.
()
| 75 | |
| 76 | // RowsFlags returns the rows event's flags. |
| 77 | func (e *BaseRowsEvent) RowsFlags() uint16 { |
| 78 | return e.rowsFlags |
| 79 | } |
| 80 | |
| 81 | // NumColumns returns the table's width. |
| 82 | func (e *BaseRowsEvent) NumColumns() int { |
no outgoing calls