setQuery method

void setQuery(
  1. String query
)

The query text

Implementation

void setQuery(String query) {
  _query = query;
}