Package | Description |
---|---|
com.socrata.builders |
Helper objects to create and manipulate some of the objects defined in com.socrata.model.These are
not necassary for using the API, but can be useful.
|
com.socrata.model.soql |
The model objects (nouns) used for defining SoQL operations.
|
Modifier and Type | Method and Description |
---|---|
SoqlQueryBuilder |
SoqlQueryBuilder.addOrderByPhrase(OrderByClause newValue) |
Modifier and Type | Method and Description |
---|---|
SoqlQueryBuilder |
SoqlQueryBuilder.addOrderByPhrases(Collection<OrderByClause> newValues) |
SoqlQueryBuilder |
SoqlQueryBuilder.setOrderByPhrase(List<OrderByClause> phrases) |
Modifier and Type | Field and Description |
---|---|
com.google.common.collect.ImmutableList<OrderByClause> |
SoqlQuery.orderByClause |
Constructor and Description |
---|
SoqlQuery(List<String> selectClause,
Expression whereClause,
List<String> groupByClause,
Expression havingClause,
List<OrderByClause> orderByClause,
String fullTextSearchClause,
Integer offset,
Integer limit) |
Copyright © 2013. All Rights Reserved.