Columns list of all column names.
()
| 571 | |
| 572 | // Columns list of all column names. |
| 573 | func (m *Table) Columns() []string { return m.cols } |
| 574 | |
| 575 | // AsRows return all fields suiteable as list of values for Describe/Show statements. |
| 576 | func (m *Table) AsRows() [][]driver.Value { |