addSelect abstract method

QueryBuilder addSelect(
  1. List<String> columns
)

Implementation

QueryBuilder addSelect(
  List<String> columns,
);