FieldNamesPositions List of Field Names and ordinal position in Column list
()
| 591 | |
| 592 | // FieldNamesPositions List of Field Names and ordinal position in Column list |
| 593 | func (m *Table) FieldNamesPositions() map[string]int { return m.FieldPositions } |
| 594 | |
| 595 | // Current Is this schema object current? ie, have we refreshed it from |
| 596 | // source since refresh interval. |