|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StackMobQuery | |
|---|---|
| com.stackmob.sdk.api | |
| com.stackmob.sdk.model | |
| Uses of StackMobQuery in com.stackmob.sdk.api |
|---|
| Methods in com.stackmob.sdk.api that return StackMobQuery | |
|---|---|
StackMobQuery |
StackMobQuery.add(StackMobQuery other)
|
StackMobQuery |
StackMobQuery.expandDepthIs(Integer i)
set the expand depth of this query. |
StackMobQuery |
StackMobQuery.fieldIsEqualTo(String field,
String val)
add an "=" to your query. |
StackMobQuery |
StackMobQuery.fieldIsGreaterThan(String field,
String val)
same as fieldIsLessThan(String, String), except applies ">" instead of "<" |
StackMobQuery |
StackMobQuery.fieldIsGreaterThanOrEqualTo(String field,
String val)
same as fieldIsLessThan(String, String), except applies ">=" instead of "<" |
StackMobQuery |
StackMobQuery.fieldIsIn(String field,
List<String> values)
add an "IN" to your query. |
StackMobQuery |
StackMobQuery.fieldIsLessThan(String field,
String val)
same as fieldIsLessThan(String, String), except works with Strings |
StackMobQuery |
StackMobQuery.fieldIslessThanOrEqualTo(String field,
String val)
same as fieldIsLessThan(String, String), except applies "<=" instead of "<" |
StackMobQuery |
StackMobQuery.fieldIsNear(String field,
GeoPoint point)
add a "NEAR" to your query for the given GeoPoint field. |
StackMobQuery |
StackMobQuery.fieldIsNearWithinKm(String field,
GeoPoint point,
Double maxDistanceKm)
add a "NEAR" to your query for the given GeoPoint field. |
StackMobQuery |
StackMobQuery.fieldIsNearWithinMi(String field,
GeoPoint point,
Double maxDistanceMi)
add a "NEAR" to your query for the given GeoPoint field. |
StackMobQuery |
StackMobQuery.fieldIsNotEqual(String field,
String val)
add a "NE" to your query. |
StackMobQuery |
StackMobQuery.fieldIsNotNull(String field)
add a "NULL" to your query. |
StackMobQuery |
StackMobQuery.fieldIsNull(String field)
add a "NULL" to your query. |
StackMobQuery |
StackMobQuery.fieldIsOrderedBy(String field,
StackMobQuery.Ordering ordering)
add an "ORDER BY" to your query |
StackMobQuery |
StackMobQuery.fieldIsWithinBox(String field,
GeoPoint lowerLeft,
GeoPoint upperRight)
add a "WITHIN" to your query for the given GeoPoint field. |
StackMobQuery |
StackMobQuery.fieldIsWithinRadiusInKm(String field,
GeoPoint point,
Double radiusInKm)
add a "WITHIN" to your query for the given GeoPoint field. |
StackMobQuery |
StackMobQuery.fieldIsWithinRadiusInMi(String field,
GeoPoint point,
Double radiusInMi)
add a "WITHIN" to your query for the given GeoPoint field. |
StackMobQuery |
StackMobQueryWithField.getQuery()
|
StackMobQuery |
StackMobQuery.isInRange(Integer start)
same thing as isInRange(Integer, Integer), except does not specify an end to the range. |
StackMobQuery |
StackMobQuery.isInRange(Integer start,
Integer end)
this method lets you add a "LIMIT" and "SKIP" to your query at once. |
static StackMobQuery |
StackMobQuery.objects(String objectName)
|
StackMobQuery |
StackMobQuery.select(List<String> fields)
restricts the fields returned in the query |
| Methods in com.stackmob.sdk.api with parameters of type StackMobQuery | |
|---|---|
StackMobQuery |
StackMobQuery.add(StackMobQuery other)
|
StackMobRequestSendResult |
StackMob.count(StackMobQuery query,
StackMobRawCallback callback)
retrieve the number of objects for a query on the StackMob platform |
StackMobRequestSendResult |
StackMob.get(StackMobQuery query,
StackMobRawCallback callback)
do a get request on the StackMob platform |
| Constructors in com.stackmob.sdk.api with parameters of type StackMobQuery | |
|---|---|
StackMobQueryWithField(String field,
StackMobQuery q)
|
|
| Uses of StackMobQuery in com.stackmob.sdk.model |
|---|
| Methods in com.stackmob.sdk.model that return StackMobQuery | |
|---|---|
StackMobQuery |
StackMobModelQuery.getQuery()
|
protected StackMobQuery |
StackMobField.getQuery()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||