GetSchemaName gets the current schema name
()
| 95 | |
| 96 | // GetSchemaName gets the current schema name |
| 97 | func (m *TuiModel) GetSchemaName() string { |
| 98 | return m.Data().TableIndexMap[m.UI.CurrentTable] |
| 99 | } |
| 100 | |
| 101 | // GetHeaders does just that for the current schema |
| 102 | func (m *TuiModel) GetHeaders() []string { |
no test coverage detected