fields property

List<String> fields

The list of fields returned by this query.

@deprecated If it's null, then this query will perform a SELECT *. If it's empty, then this query will perform a SELECT *.

Implementation

List<String> get fields;