FetchAllEnums fetches all enums for given table and column
(tableName string, columnName string)
| 39 | FetchSchema(table string) (*metaCom.Table, error) |
| 40 | // FetchAllEnums fetches all enums for given table and column |
| 41 | FetchAllEnums(tableName string, columnName string) ([]string, error) |
| 42 | // ExtendEnumCases extends enum cases to given table column |
| 43 | ExtendEnumCases(tableName, columnName string, enumCases []string) ([]int, error) |
| 44 | } |
no outgoing calls
no test coverage detected