NumColumns returns the number of columns in the table.
()
| 19 | |
| 20 | // NumColumns returns the number of columns in the table. |
| 21 | NumColumns() int |
| 22 | |
| 23 | // ColumnDescriptors returns the columns' field descriptors. |
| 24 | ColumnDescriptors() []ColumnDescriptor |
no outgoing calls