Modifier and Type | Method and Description |
---|---|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.add()
Add operator.
|
MobileServiceQuery<E> |
MobileServiceQuery.add()
Add operator.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.add(MobileServiceQuery<?> otherQuery)
Add operator.
|
MobileServiceQuery<E> |
MobileServiceQuery.add(MobileServiceQuery<?> otherQuery)
Add operator.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.add(java.lang.Number val)
Add operator.
|
MobileServiceQuery<E> |
MobileServiceQuery.add(java.lang.Number val)
Add operator.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.and()
Conditional and.
|
MobileServiceQuery<E> |
MobileServiceQuery.and()
Conditional and.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.and(MobileServiceQuery<?> otherQuery)
Conditional and.
|
MobileServiceQuery<E> |
MobileServiceQuery.and(MobileServiceQuery<?> otherQuery)
Conditional and.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.ceiling(MobileServiceQuery<?> exp)
The smallest integral value greater than or equal to the parameter value.
|
MobileServiceQuery<E> |
MobileServiceQuery.ceiling(MobileServiceQuery<?> otherQuery)
The smallest integral value greater than or equal to the parameter value.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.concat(MobileServiceQuery<?> str1,
MobileServiceQuery<?> str2)
String value which is the first and second parameter values merged
together with the first parameter value coming first in the result.
|
MobileServiceQuery<E> |
MobileServiceQuery.concat(MobileServiceQuery<?> str1,
MobileServiceQuery<?> str2)
String value which is the first and second parameter values merged
together with the first parameter value coming first in the result.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.day(MobileServiceQuery<?> exp)
The day component value of the parameter value.
|
MobileServiceQuery<E> |
MobileServiceQuery.day(MobileServiceQuery<?> otherQuery)
The day component value of the parameter value.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.day(java.lang.String field)
The day component value of the parameter value.
|
MobileServiceQuery<E> |
MobileServiceQuery.day(java.lang.String field)
The day component value of the parameter value.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.div()
Divide operator.
|
MobileServiceQuery<E> |
MobileServiceQuery.div()
Divide operator.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.div(MobileServiceQuery<?> otherQuery)
Divide operator.
|
MobileServiceQuery<E> |
MobileServiceQuery.div(MobileServiceQuery<?> otherQuery)
Divide operator.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.div(java.lang.Number val)
Divide operator.
|
MobileServiceQuery<E> |
MobileServiceQuery.div(java.lang.Number val)
Divide operator.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.endsWith(MobileServiceQuery<?> field,
MobileServiceQuery<?> end)
Whether the end of the first parameter value matches the second parameter
value.
|
MobileServiceQuery<E> |
MobileServiceQuery.endsWith(MobileServiceQuery<?> field,
MobileServiceQuery<?> end)
Whether the end of the first parameter value matches the second parameter
value.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.endsWith(java.lang.String field,
java.lang.String end)
Whether the end of the first parameter value matches the second parameter
value.
|
MobileServiceQuery<E> |
MobileServiceQuery.endsWith(java.lang.String field,
java.lang.String end)
Whether the end of the first parameter value matches the second parameter
value.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.eq()
Equal comparison operator.
|
MobileServiceQuery<E> |
MobileServiceQuery.eq()
Equal comparison operator.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.eq(boolean booleanValue)
Equal comparison operator.
|
MobileServiceQuery<E> |
MobileServiceQuery.eq(boolean booleanValue)
Equal comparison operator.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.eq(java.util.Date dateValue)
Equal comparison operator.
|
MobileServiceQuery<E> |
MobileServiceQuery.eq(java.util.Date dateValue)
Equal comparison operator.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.eq(MobileServiceQuery<?> otherQuery)
Equal comparison operator.
|
MobileServiceQuery<E> |
MobileServiceQuery.eq(MobileServiceQuery<?> otherQuery)
Equal comparison operator.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.eq(java.lang.Number numberValue)
Equal comparison operator.
|
MobileServiceQuery<E> |
MobileServiceQuery.eq(java.lang.Number numberValue)
Equal comparison operator.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.eq(java.lang.String stringValue)
Equal comparison operator.
|
MobileServiceQuery<E> |
MobileServiceQuery.eq(java.lang.String stringValue)
Equal comparison operator.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.field(java.lang.String fieldName)
Creates MobileServiceQuery> representing a field
|
MobileServiceQuery<E> |
MobileServiceQuery.field(java.lang.String fieldName)
Specifies the field to use
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.floor(MobileServiceQuery<?> exp)
The largest integral value less than or equal to the parameter value.
|
MobileServiceQuery<E> |
MobileServiceQuery.floor(MobileServiceQuery<?> otherQuery)
The largest integral value less than or equal to the parameter value.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.ge()
Greater than or equal comparison operator.
|
MobileServiceQuery<E> |
MobileServiceQuery.ge()
Greater than or equal comparison operator.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.ge(java.util.Date dateValue)
Greater than or equal comparison operator.
|
MobileServiceQuery<E> |
MobileServiceQuery.ge(java.util.Date dateValue)
Greater than or equal comparison operator.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.ge(MobileServiceQuery<?> otherQuery)
Greater than or equal comparison operator.
|
MobileServiceQuery<E> |
MobileServiceQuery.ge(MobileServiceQuery<?> otherQuery)
Greater than or equal comparison operator.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.ge(java.lang.Number numberValue)
Greater than or equal comparison operator.
|
MobileServiceQuery<E> |
MobileServiceQuery.ge(java.lang.Number numberValue)
Greater than or equal comparison operator.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.gt()
Greater than comparison operator.
|
MobileServiceQuery<E> |
MobileServiceQuery.gt()
Greater than comparison operator.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.gt(java.util.Date dateValue)
Greater than comparison operator.
|
MobileServiceQuery<E> |
MobileServiceQuery.gt(java.util.Date dateValue)
Greater than comparison operator.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.gt(MobileServiceQuery<?> otherQuery)
Greater than comparison operator.
|
MobileServiceQuery<E> |
MobileServiceQuery.gt(MobileServiceQuery<?> otherQuery)
Greater than comparison operator.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.gt(java.lang.Number numberValue)
Greater than comparison operator.
|
MobileServiceQuery<E> |
MobileServiceQuery.gt(java.lang.Number numberValue)
Greater than comparison operator.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.hour(MobileServiceQuery<?> exp)
The hour component value of the parameter value.
|
MobileServiceQuery<E> |
MobileServiceQuery.hour(MobileServiceQuery<?> otherQuery)
The hour component value of the parameter value.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.hour(java.lang.String field)
The hour component value of the parameter value.
|
MobileServiceQuery<E> |
MobileServiceQuery.hour(java.lang.String field)
The hour component value of the parameter value.
|
MobileServiceQuery<E> |
MobileServiceQuery.includeInlineCount()
The inlinecount property specifies whether or not to retrieve a property
with the number of records returned.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.indexOf(MobileServiceQuery<?> haystack,
MobileServiceQuery<?> needle)
Index of the first occurrence of the second parameter value in the first
parameter value or -1 otherwise.
|
MobileServiceQuery<E> |
MobileServiceQuery.indexOf(MobileServiceQuery<?> haystack,
MobileServiceQuery<?> needle)
Index of the first occurrence of the second parameter value in the first
parameter value or -1 otherwise.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.indexOf(java.lang.String field,
java.lang.String str)
Index of the first occurrence of the second parameter value in the first
parameter value or -1 otherwise.
|
MobileServiceQuery<E> |
MobileServiceQuery.indexOf(java.lang.String field,
java.lang.String needle)
Index of the first occurrence of the second parameter value in the first
parameter value or -1 otherwise.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.le()
Less than or equal comparison operator.
|
MobileServiceQuery<E> |
MobileServiceQuery.le()
Less than or equal comparison operator.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.le(java.util.Date dateValue)
Less than or equal comparison operator.
|
MobileServiceQuery<E> |
MobileServiceQuery.le(java.util.Date dateValue)
Less than or equal comparison operator.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.le(MobileServiceQuery<?> otherQuery)
Less than or equal comparison operator.
|
MobileServiceQuery<E> |
MobileServiceQuery.le(MobileServiceQuery<?> otherQuery)
Less than or equal comparison operator.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.le(java.lang.Number numberValue)
Less than or equal comparison operator.
|
MobileServiceQuery<E> |
MobileServiceQuery.le(java.lang.Number numberValue)
Less than or equal comparison operator.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.length(MobileServiceQuery<?> exp)
The number of characters in the specified parameter value.
|
MobileServiceQuery<E> |
MobileServiceQuery.length(MobileServiceQuery<?> exp)
The number of characters in the specified parameter value.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.length(java.lang.String field)
The number of characters in the specified parameter value.
|
MobileServiceQuery<E> |
MobileServiceQuery.length(java.lang.String field)
The number of characters in the specified parameter value.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.lt()
Less than comparison operator.
|
MobileServiceQuery<E> |
MobileServiceQuery.lt()
Less than comparison operator.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.lt(java.util.Date dateValue)
Less than comparison operator.
|
MobileServiceQuery<E> |
MobileServiceQuery.lt(java.util.Date dateValue)
Less than comparison operator.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.lt(MobileServiceQuery<?> otherQuery)
Less than comparison operator.
|
MobileServiceQuery<E> |
MobileServiceQuery.lt(MobileServiceQuery<?> otherQuery)
Less than comparison operator.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.lt(java.lang.Number numberValue)
Less than comparison operator.
|
MobileServiceQuery<E> |
MobileServiceQuery.lt(java.lang.Number numberValue)
Less than comparison operator.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.minute(MobileServiceQuery<?> exp)
The minute component value of the parameter value.
|
MobileServiceQuery<E> |
MobileServiceQuery.minute(MobileServiceQuery<?> otherQuery)
The minute component value of the parameter value.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.minute(java.lang.String field)
The minute component value of the parameter value.
|
MobileServiceQuery<E> |
MobileServiceQuery.minute(java.lang.String field)
The minute component value of the parameter value.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.mod()
Reminder (or modulo) operator.
|
MobileServiceQuery<E> |
MobileServiceQuery.mod()
Reminder (or modulo) operator.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.mod(MobileServiceQuery<?> otherQuery)
Reminder (or modulo) operator.
|
MobileServiceQuery<E> |
MobileServiceQuery.mod(MobileServiceQuery<?> otherQuery)
Reminder (or modulo) operator.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.mod(java.lang.Number val)
Reminder (or modulo) operator.
|
MobileServiceQuery<E> |
MobileServiceQuery.mod(java.lang.Number val)
Reminder (or modulo) operator.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.month(MobileServiceQuery<?> exp)
The month component value of the parameter value.
|
MobileServiceQuery<E> |
MobileServiceQuery.month(MobileServiceQuery<?> otherQuery)
The month component value of the parameter value.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.month(java.lang.String field)
The month component value of the parameter value.
|
MobileServiceQuery<E> |
MobileServiceQuery.month(java.lang.String field)
The month component value of the parameter value.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.mul()
Multiply operator.
|
MobileServiceQuery<E> |
MobileServiceQuery.mul()
Multiply operator.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.mul(MobileServiceQuery<?> otherQuery)
Multiply operator.
|
MobileServiceQuery<E> |
MobileServiceQuery.mul(MobileServiceQuery<?> otherQuery)
Multiply operator.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.mul(java.lang.Number val)
Multiply operator.
|
MobileServiceQuery<E> |
MobileServiceQuery.mul(java.lang.Number val)
Multiply operator.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.ne()
Not equal comparison operator.
|
MobileServiceQuery<E> |
MobileServiceQuery.ne()
Not equal comparison operator.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.ne(boolean booleanValue)
Not equal comparison operator.
|
MobileServiceQuery<E> |
MobileServiceQuery.ne(boolean booleanValue)
Not equal comparison operator.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.ne(java.util.Date dateValue)
Not equal comparison operator.
|
MobileServiceQuery<E> |
MobileServiceQuery.ne(java.util.Date dateValue)
Not equal comparison operator.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.ne(MobileServiceQuery<?> otherQuery)
Not equal comparison operator.
|
MobileServiceQuery<E> |
MobileServiceQuery.ne(MobileServiceQuery<?> otherQuery)
Not equal comparison operator.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.ne(java.lang.Number numberValue)
Not equal comparison operator.
|
MobileServiceQuery<E> |
MobileServiceQuery.ne(java.lang.Number numberValue)
Not equal comparison operator.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.ne(java.lang.String stringValue)
Not equal comparison operator.
|
MobileServiceQuery<E> |
MobileServiceQuery.ne(java.lang.String stringValue)
Not equal comparison operator.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.not()
Logical not.
|
MobileServiceQuery<E> |
MobileServiceQuery.not()
Logical not.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.not(boolean booleanValue)
Logical not.
|
MobileServiceQuery<E> |
MobileServiceQuery.not(boolean booleanValue)
Logical not.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.not(MobileServiceQuery<?> otherQuery)
Logical not.
|
MobileServiceQuery<E> |
MobileServiceQuery.not(MobileServiceQuery<?> otherQuery)
Logical not.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.or()
Conditional or.
|
MobileServiceQuery<E> |
MobileServiceQuery.or()
Conditional or.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.or(MobileServiceQuery<?> otherQuery)
Conditional or.
|
MobileServiceQuery<E> |
MobileServiceQuery.or(MobileServiceQuery<?> otherQuery)
Conditional or.
|
MobileServiceQuery<E> |
MobileServiceQuery.orderBy(java.lang.String field,
QueryOrder order)
Adds a new order by statement
|
MobileServiceQuery<E> |
MobileServiceQuery.parameter(java.lang.String parameter,
java.lang.String value)
Adds a new user-defined parameter to the query
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.query(MobileServiceQuery<?> subQuery)
Creates MobileServiceQuery> with an existing query as its only internal
value
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.replace(MobileServiceQuery<?> str,
MobileServiceQuery<?> find,
MobileServiceQuery<?> replace)
Finds the second string parameter in the first parameter string value and
replaces it with the third parameter value.
|
MobileServiceQuery<E> |
MobileServiceQuery.replace(MobileServiceQuery<?> str,
MobileServiceQuery<?> find,
MobileServiceQuery<?> replace)
Finds the second string parameter in the first parameter string value and
replaces it with the third parameter value.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.replace(java.lang.String field,
java.lang.String find,
java.lang.String replace)
Finds the second string parameter in the first parameter string value and
replaces it with the third parameter value.
|
MobileServiceQuery<E> |
MobileServiceQuery.replace(java.lang.String field,
java.lang.String find,
java.lang.String replace)
Finds the second string parameter in the first parameter string value and
replaces it with the third parameter value.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.round(MobileServiceQuery<?> exp)
The nearest integral value to the parameter value.
|
MobileServiceQuery<E> |
MobileServiceQuery.round(MobileServiceQuery<?> otherQuery)
The nearest integral value to the parameter value.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.second(MobileServiceQuery<?> exp)
The second component value of the parameter value.
|
MobileServiceQuery<E> |
MobileServiceQuery.second(MobileServiceQuery<?> otherQuery)
The second component value of the parameter value.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.second(java.lang.String field)
The second component value of the parameter value.
|
MobileServiceQuery<E> |
MobileServiceQuery.second(java.lang.String field)
The second component value of the parameter value.
|
MobileServiceQuery<E> |
MobileServiceQuery.select(java.lang.String... fields)
Specifies the fields to retrieve
|
MobileServiceQuery<E> |
MobileServiceQuery.skip(int skip)
Sets the number of records to skip over a given number of elements in a
sequence and then return the remainder.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.startsWith(MobileServiceQuery<?> field,
MobileServiceQuery<?> start)
Whether the beginning of the first parameter values matches the second
parameter value.
|
MobileServiceQuery<E> |
MobileServiceQuery.startsWith(MobileServiceQuery<?> field,
MobileServiceQuery<?> start)
Whether the beginning of the first parameter values matches the second
parameter value.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.startsWith(java.lang.String field,
java.lang.String start)
Whether the beginning of the first parameter values matches the second
parameter value.
|
MobileServiceQuery<E> |
MobileServiceQuery.startsWith(java.lang.String field,
java.lang.String start)
Whether the beginning of the first parameter values matches the second
parameter value.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.sub()
Subtract operator.
|
MobileServiceQuery<E> |
MobileServiceQuery.sub()
Subtract operator.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.sub(MobileServiceQuery<?> otherQuery)
Subtract operator.
|
MobileServiceQuery<E> |
MobileServiceQuery.sub(MobileServiceQuery<?> otherQuery)
Subtract operator.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.sub(java.lang.Number val)
Subtract operator.
|
MobileServiceQuery<E> |
MobileServiceQuery.sub(java.lang.Number val)
Subtract operator.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.subString(MobileServiceQuery<?> str,
MobileServiceQuery<?> pos)
String value starting at the character index specified by the second
parameter value in the first parameter string value.
|
MobileServiceQuery<E> |
MobileServiceQuery.subString(MobileServiceQuery<?> str,
MobileServiceQuery<?> pos)
String value starting at the character index specified by the second
parameter value in the first parameter string value.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.subString(MobileServiceQuery<?> str,
MobileServiceQuery<?> pos,
MobileServiceQuery<?> length)
String value starting at the character index specified by the second
parameter value in the first parameter string value.
|
MobileServiceQuery<E> |
MobileServiceQuery.subString(MobileServiceQuery<?> str,
MobileServiceQuery<?> pos,
MobileServiceQuery<?> length)
String value starting at the character index specified by the second
parameter value in the first parameter string value.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.subString(java.lang.String field,
int pos)
String value starting at the character index specified by the second
parameter value in the first parameter string value.
|
MobileServiceQuery<E> |
MobileServiceQuery.subString(java.lang.String field,
int pos)
String value starting at the character index specified by the second
parameter value in the first parameter string value.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.subString(java.lang.String field,
int pos,
int length)
String value starting at the character index specified by the second
parameter value in the first parameter string value.
|
MobileServiceQuery<E> |
MobileServiceQuery.subString(java.lang.String field,
int pos,
int length)
String value starting at the character index specified by the second
parameter value in the first parameter string value.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.subStringOf(MobileServiceQuery<?> str1,
MobileServiceQuery<?> str2)
Whether the first parameter string value occurs in the second parameter
string value.
|
MobileServiceQuery<E> |
MobileServiceQuery.subStringOf(MobileServiceQuery<?> str1,
MobileServiceQuery<?> str2)
Whether the first parameter string value occurs in the second parameter
string value.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.subStringOf(java.lang.String str,
java.lang.String field)
Whether the string parameter occurs in the field
|
MobileServiceQuery<E> |
MobileServiceQuery.subStringOf(java.lang.String str,
java.lang.String field)
Whether the string parameter occurs in the field
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.toLower(MobileServiceQuery<?> exp)
String value with the contents of the parameter value converted to lower
case.
|
MobileServiceQuery<E> |
MobileServiceQuery.toLower(MobileServiceQuery<?> exp)
String value with the contents of the parameter value converted to lower
case.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.toLower(java.lang.String field)
String value with the contents of the parameter value converted to lower
case.
|
MobileServiceQuery<E> |
MobileServiceQuery.toLower(java.lang.String field)
String value with the contents of the parameter value converted to lower
case.
|
MobileServiceQuery<E> |
MobileServiceQuery.top(int top)
Sets the number of records to return
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.toUpper(MobileServiceQuery<?> exp)
String value with the contents of the parameter value converted to upper
case
|
MobileServiceQuery<E> |
MobileServiceQuery.toUpper(MobileServiceQuery<?> exp)
String value with the contents of the parameter value converted to upper
case.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.toUpper(java.lang.String field)
String value with the contents of the parameter value converted to upper
case
|
MobileServiceQuery<E> |
MobileServiceQuery.toUpper(java.lang.String field)
String value with the contents of the parameter value converted to upper
case.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.trim(MobileServiceQuery<?> exp)
String value with the contents of the parameter value with all leading
and trailing white-space characters removed.
|
MobileServiceQuery<E> |
MobileServiceQuery.trim(MobileServiceQuery<?> exp)
String value with the contents of the parameter value with all leading
and trailing white-space characters removed.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.trim(java.lang.String field)
String value with the contents of the parameter value with all leading
and trailing white-space characters removed.
|
MobileServiceQuery<E> |
MobileServiceQuery.trim(java.lang.String field)
String value with the contents of the parameter value with all leading
and trailing white-space characters removed.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.val(boolean val)
Creates a MobileServiceQuery> representing a boolean value
|
MobileServiceQuery<E> |
MobileServiceQuery.val(boolean val)
Specifies a boolean value
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.val(java.util.Date date)
Creates a MobileServiceQuery> representing a date value
|
MobileServiceQuery<E> |
MobileServiceQuery.val(java.util.Date date)
Specifies a date value
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.val(java.lang.Number number)
Creates a MobileServiceQuery> representing a numeric value
|
MobileServiceQuery<E> |
MobileServiceQuery.val(java.lang.Number number)
Specifies a numeric value
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.val(java.lang.String s)
Creates a MobileServiceQuery> representing a string value
|
MobileServiceQuery<E> |
MobileServiceQuery.val(java.lang.String s)
Specifies a string value
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.year(MobileServiceQuery<?> exp)
The year component value of the parameter value.
|
MobileServiceQuery<E> |
MobileServiceQuery.year(MobileServiceQuery<?> otherQuery)
The year component value of the parameter value.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.year(java.lang.String field)
The year component value of the parameter value.
|
MobileServiceQuery<E> |
MobileServiceQuery.year(java.lang.String field)
The year component value of the parameter value.
|
Modifier and Type | Method and Description |
---|---|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.add(MobileServiceQuery<?> otherQuery)
Add operator.
|
MobileServiceQuery<E> |
MobileServiceQuery.add(MobileServiceQuery<?> otherQuery)
Add operator.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.and(MobileServiceQuery<?> otherQuery)
Conditional and.
|
MobileServiceQuery<E> |
MobileServiceQuery.and(MobileServiceQuery<?> otherQuery)
Conditional and.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.ceiling(MobileServiceQuery<?> exp)
The smallest integral value greater than or equal to the parameter value.
|
MobileServiceQuery<E> |
MobileServiceQuery.ceiling(MobileServiceQuery<?> otherQuery)
The smallest integral value greater than or equal to the parameter value.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.concat(MobileServiceQuery<?> str1,
MobileServiceQuery<?> str2)
String value which is the first and second parameter values merged
together with the first parameter value coming first in the result.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.concat(MobileServiceQuery<?> str1,
MobileServiceQuery<?> str2)
String value which is the first and second parameter values merged
together with the first parameter value coming first in the result.
|
MobileServiceQuery<E> |
MobileServiceQuery.concat(MobileServiceQuery<?> str1,
MobileServiceQuery<?> str2)
String value which is the first and second parameter values merged
together with the first parameter value coming first in the result.
|
MobileServiceQuery<E> |
MobileServiceQuery.concat(MobileServiceQuery<?> str1,
MobileServiceQuery<?> str2)
String value which is the first and second parameter values merged
together with the first parameter value coming first in the result.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.day(MobileServiceQuery<?> exp)
The day component value of the parameter value.
|
MobileServiceQuery<E> |
MobileServiceQuery.day(MobileServiceQuery<?> otherQuery)
The day component value of the parameter value.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.div(MobileServiceQuery<?> otherQuery)
Divide operator.
|
MobileServiceQuery<E> |
MobileServiceQuery.div(MobileServiceQuery<?> otherQuery)
Divide operator.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.endsWith(MobileServiceQuery<?> field,
MobileServiceQuery<?> end)
Whether the end of the first parameter value matches the second parameter
value.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.endsWith(MobileServiceQuery<?> field,
MobileServiceQuery<?> end)
Whether the end of the first parameter value matches the second parameter
value.
|
MobileServiceQuery<E> |
MobileServiceQuery.endsWith(MobileServiceQuery<?> field,
MobileServiceQuery<?> end)
Whether the end of the first parameter value matches the second parameter
value.
|
MobileServiceQuery<E> |
MobileServiceQuery.endsWith(MobileServiceQuery<?> field,
MobileServiceQuery<?> end)
Whether the end of the first parameter value matches the second parameter
value.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.eq(MobileServiceQuery<?> otherQuery)
Equal comparison operator.
|
MobileServiceQuery<E> |
MobileServiceQuery.eq(MobileServiceQuery<?> otherQuery)
Equal comparison operator.
|
void |
MobileServiceJsonTable.execute(MobileServiceQuery<?> query,
TableJsonQueryCallback callback)
Retrieves a set of rows from the table using a query
|
void |
MobileServiceTable.execute(MobileServiceQuery<?> query,
TableQueryCallback<E> callback) |
static MobileServiceQuery<?> |
MobileServiceQueryOperations.floor(MobileServiceQuery<?> exp)
The largest integral value less than or equal to the parameter value.
|
MobileServiceQuery<E> |
MobileServiceQuery.floor(MobileServiceQuery<?> otherQuery)
The largest integral value less than or equal to the parameter value.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.ge(MobileServiceQuery<?> otherQuery)
Greater than or equal comparison operator.
|
MobileServiceQuery<E> |
MobileServiceQuery.ge(MobileServiceQuery<?> otherQuery)
Greater than or equal comparison operator.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.gt(MobileServiceQuery<?> otherQuery)
Greater than comparison operator.
|
MobileServiceQuery<E> |
MobileServiceQuery.gt(MobileServiceQuery<?> otherQuery)
Greater than comparison operator.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.hour(MobileServiceQuery<?> exp)
The hour component value of the parameter value.
|
MobileServiceQuery<E> |
MobileServiceQuery.hour(MobileServiceQuery<?> otherQuery)
The hour component value of the parameter value.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.indexOf(MobileServiceQuery<?> haystack,
MobileServiceQuery<?> needle)
Index of the first occurrence of the second parameter value in the first
parameter value or -1 otherwise.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.indexOf(MobileServiceQuery<?> haystack,
MobileServiceQuery<?> needle)
Index of the first occurrence of the second parameter value in the first
parameter value or -1 otherwise.
|
MobileServiceQuery<E> |
MobileServiceQuery.indexOf(MobileServiceQuery<?> haystack,
MobileServiceQuery<?> needle)
Index of the first occurrence of the second parameter value in the first
parameter value or -1 otherwise.
|
MobileServiceQuery<E> |
MobileServiceQuery.indexOf(MobileServiceQuery<?> haystack,
MobileServiceQuery<?> needle)
Index of the first occurrence of the second parameter value in the first
parameter value or -1 otherwise.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.le(MobileServiceQuery<?> otherQuery)
Less than or equal comparison operator.
|
MobileServiceQuery<E> |
MobileServiceQuery.le(MobileServiceQuery<?> otherQuery)
Less than or equal comparison operator.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.length(MobileServiceQuery<?> exp)
The number of characters in the specified parameter value.
|
MobileServiceQuery<E> |
MobileServiceQuery.length(MobileServiceQuery<?> exp)
The number of characters in the specified parameter value.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.lt(MobileServiceQuery<?> otherQuery)
Less than comparison operator.
|
MobileServiceQuery<E> |
MobileServiceQuery.lt(MobileServiceQuery<?> otherQuery)
Less than comparison operator.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.minute(MobileServiceQuery<?> exp)
The minute component value of the parameter value.
|
MobileServiceQuery<E> |
MobileServiceQuery.minute(MobileServiceQuery<?> otherQuery)
The minute component value of the parameter value.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.mod(MobileServiceQuery<?> otherQuery)
Reminder (or modulo) operator.
|
MobileServiceQuery<E> |
MobileServiceQuery.mod(MobileServiceQuery<?> otherQuery)
Reminder (or modulo) operator.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.month(MobileServiceQuery<?> exp)
The month component value of the parameter value.
|
MobileServiceQuery<E> |
MobileServiceQuery.month(MobileServiceQuery<?> otherQuery)
The month component value of the parameter value.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.mul(MobileServiceQuery<?> otherQuery)
Multiply operator.
|
MobileServiceQuery<E> |
MobileServiceQuery.mul(MobileServiceQuery<?> otherQuery)
Multiply operator.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.ne(MobileServiceQuery<?> otherQuery)
Not equal comparison operator.
|
MobileServiceQuery<E> |
MobileServiceQuery.ne(MobileServiceQuery<?> otherQuery)
Not equal comparison operator.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.not(MobileServiceQuery<?> otherQuery)
Logical not.
|
MobileServiceQuery<E> |
MobileServiceQuery.not(MobileServiceQuery<?> otherQuery)
Logical not.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.or(MobileServiceQuery<?> otherQuery)
Conditional or.
|
MobileServiceQuery<E> |
MobileServiceQuery.or(MobileServiceQuery<?> otherQuery)
Conditional or.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.query(MobileServiceQuery<?> subQuery)
Creates MobileServiceQuery> with an existing query as its only internal
value
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.replace(MobileServiceQuery<?> str,
MobileServiceQuery<?> find,
MobileServiceQuery<?> replace)
Finds the second string parameter in the first parameter string value and
replaces it with the third parameter value.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.replace(MobileServiceQuery<?> str,
MobileServiceQuery<?> find,
MobileServiceQuery<?> replace)
Finds the second string parameter in the first parameter string value and
replaces it with the third parameter value.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.replace(MobileServiceQuery<?> str,
MobileServiceQuery<?> find,
MobileServiceQuery<?> replace)
Finds the second string parameter in the first parameter string value and
replaces it with the third parameter value.
|
MobileServiceQuery<E> |
MobileServiceQuery.replace(MobileServiceQuery<?> str,
MobileServiceQuery<?> find,
MobileServiceQuery<?> replace)
Finds the second string parameter in the first parameter string value and
replaces it with the third parameter value.
|
MobileServiceQuery<E> |
MobileServiceQuery.replace(MobileServiceQuery<?> str,
MobileServiceQuery<?> find,
MobileServiceQuery<?> replace)
Finds the second string parameter in the first parameter string value and
replaces it with the third parameter value.
|
MobileServiceQuery<E> |
MobileServiceQuery.replace(MobileServiceQuery<?> str,
MobileServiceQuery<?> find,
MobileServiceQuery<?> replace)
Finds the second string parameter in the first parameter string value and
replaces it with the third parameter value.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.round(MobileServiceQuery<?> exp)
The nearest integral value to the parameter value.
|
MobileServiceQuery<E> |
MobileServiceQuery.round(MobileServiceQuery<?> otherQuery)
The nearest integral value to the parameter value.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.second(MobileServiceQuery<?> exp)
The second component value of the parameter value.
|
MobileServiceQuery<E> |
MobileServiceQuery.second(MobileServiceQuery<?> otherQuery)
The second component value of the parameter value.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.startsWith(MobileServiceQuery<?> field,
MobileServiceQuery<?> start)
Whether the beginning of the first parameter values matches the second
parameter value.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.startsWith(MobileServiceQuery<?> field,
MobileServiceQuery<?> start)
Whether the beginning of the first parameter values matches the second
parameter value.
|
MobileServiceQuery<E> |
MobileServiceQuery.startsWith(MobileServiceQuery<?> field,
MobileServiceQuery<?> start)
Whether the beginning of the first parameter values matches the second
parameter value.
|
MobileServiceQuery<E> |
MobileServiceQuery.startsWith(MobileServiceQuery<?> field,
MobileServiceQuery<?> start)
Whether the beginning of the first parameter values matches the second
parameter value.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.sub(MobileServiceQuery<?> otherQuery)
Subtract operator.
|
MobileServiceQuery<E> |
MobileServiceQuery.sub(MobileServiceQuery<?> otherQuery)
Subtract operator.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.subString(MobileServiceQuery<?> str,
MobileServiceQuery<?> pos)
String value starting at the character index specified by the second
parameter value in the first parameter string value.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.subString(MobileServiceQuery<?> str,
MobileServiceQuery<?> pos)
String value starting at the character index specified by the second
parameter value in the first parameter string value.
|
MobileServiceQuery<E> |
MobileServiceQuery.subString(MobileServiceQuery<?> str,
MobileServiceQuery<?> pos)
String value starting at the character index specified by the second
parameter value in the first parameter string value.
|
MobileServiceQuery<E> |
MobileServiceQuery.subString(MobileServiceQuery<?> str,
MobileServiceQuery<?> pos)
String value starting at the character index specified by the second
parameter value in the first parameter string value.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.subString(MobileServiceQuery<?> str,
MobileServiceQuery<?> pos,
MobileServiceQuery<?> length)
String value starting at the character index specified by the second
parameter value in the first parameter string value.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.subString(MobileServiceQuery<?> str,
MobileServiceQuery<?> pos,
MobileServiceQuery<?> length)
String value starting at the character index specified by the second
parameter value in the first parameter string value.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.subString(MobileServiceQuery<?> str,
MobileServiceQuery<?> pos,
MobileServiceQuery<?> length)
String value starting at the character index specified by the second
parameter value in the first parameter string value.
|
MobileServiceQuery<E> |
MobileServiceQuery.subString(MobileServiceQuery<?> str,
MobileServiceQuery<?> pos,
MobileServiceQuery<?> length)
String value starting at the character index specified by the second
parameter value in the first parameter string value.
|
MobileServiceQuery<E> |
MobileServiceQuery.subString(MobileServiceQuery<?> str,
MobileServiceQuery<?> pos,
MobileServiceQuery<?> length)
String value starting at the character index specified by the second
parameter value in the first parameter string value.
|
MobileServiceQuery<E> |
MobileServiceQuery.subString(MobileServiceQuery<?> str,
MobileServiceQuery<?> pos,
MobileServiceQuery<?> length)
String value starting at the character index specified by the second
parameter value in the first parameter string value.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.subStringOf(MobileServiceQuery<?> str1,
MobileServiceQuery<?> str2)
Whether the first parameter string value occurs in the second parameter
string value.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.subStringOf(MobileServiceQuery<?> str1,
MobileServiceQuery<?> str2)
Whether the first parameter string value occurs in the second parameter
string value.
|
MobileServiceQuery<E> |
MobileServiceQuery.subStringOf(MobileServiceQuery<?> str1,
MobileServiceQuery<?> str2)
Whether the first parameter string value occurs in the second parameter
string value.
|
MobileServiceQuery<E> |
MobileServiceQuery.subStringOf(MobileServiceQuery<?> str1,
MobileServiceQuery<?> str2)
Whether the first parameter string value occurs in the second parameter
string value.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.toLower(MobileServiceQuery<?> exp)
String value with the contents of the parameter value converted to lower
case.
|
MobileServiceQuery<E> |
MobileServiceQuery.toLower(MobileServiceQuery<?> exp)
String value with the contents of the parameter value converted to lower
case.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.toUpper(MobileServiceQuery<?> exp)
String value with the contents of the parameter value converted to upper
case
|
MobileServiceQuery<E> |
MobileServiceQuery.toUpper(MobileServiceQuery<?> exp)
String value with the contents of the parameter value converted to upper
case.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.trim(MobileServiceQuery<?> exp)
String value with the contents of the parameter value with all leading
and trailing white-space characters removed.
|
MobileServiceQuery<E> |
MobileServiceQuery.trim(MobileServiceQuery<?> exp)
String value with the contents of the parameter value with all leading
and trailing white-space characters removed.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.year(MobileServiceQuery<?> exp)
The year component value of the parameter value.
|
MobileServiceQuery<E> |
MobileServiceQuery.year(MobileServiceQuery<?> otherQuery)
The year component value of the parameter value.
|