Return the field names of the specified data table
Future<List<Map<String, dynamic>>> tableColumns(String table) { throw UnimplementedError(); }