Get all column names for SELECT.
List<String> get columnNames => scalarFields.map((f) => f.columnName).toList();