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(Number val)
Add operator.
|
MobileServiceQuery<E> |
MobileServiceQuery.add(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(String field)
The day component value of the parameter value.
|
MobileServiceQuery<E> |
MobileServiceQuery.day(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(Number val)
Divide operator.
|
MobileServiceQuery<E> |
MobileServiceQuery.div(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(String field,
String end)
Whether the end of the first parameter value matches the second parameter
value.
|
MobileServiceQuery<E> |
MobileServiceQuery.endsWith(String field,
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(Date dateValue)
Equal comparison operator.
|
MobileServiceQuery<E> |
MobileServiceQuery.eq(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(Number numberValue)
Equal comparison operator.
|
MobileServiceQuery<E> |
MobileServiceQuery.eq(Number numberValue)
Equal comparison operator.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.eq(String stringValue)
Equal comparison operator.
|
MobileServiceQuery<E> |
MobileServiceQuery.eq(String stringValue)
Equal comparison operator.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.field(String fieldName)
Creates MobileServiceQuery> representing a field
|
MobileServiceQuery<E> |
MobileServiceQuery.field(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(Date dateValue)
Greater than or equal comparison operator.
|
MobileServiceQuery<E> |
MobileServiceQuery.ge(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(Number numberValue)
Greater than or equal comparison operator.
|
MobileServiceQuery<E> |
MobileServiceQuery.ge(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(Date dateValue)
Greater than comparison operator.
|
MobileServiceQuery<E> |
MobileServiceQuery.gt(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(Number numberValue)
Greater than comparison operator.
|
MobileServiceQuery<E> |
MobileServiceQuery.gt(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(String field)
The hour component value of the parameter value.
|
MobileServiceQuery<E> |
MobileServiceQuery.hour(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(String field,
String str)
Index of the first occurrence of the second parameter value in the first
parameter value or -1 otherwise.
|
MobileServiceQuery<E> |
MobileServiceQuery.indexOf(String field,
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(Date dateValue)
Less than or equal comparison operator.
|
MobileServiceQuery<E> |
MobileServiceQuery.le(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(Number numberValue)
Less than or equal comparison operator.
|
MobileServiceQuery<E> |
MobileServiceQuery.le(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(String field)
The number of characters in the specified parameter value.
|
MobileServiceQuery<E> |
MobileServiceQuery.length(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(Date dateValue)
Less than comparison operator.
|
MobileServiceQuery<E> |
MobileServiceQuery.lt(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(Number numberValue)
Less than comparison operator.
|
MobileServiceQuery<E> |
MobileServiceQuery.lt(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(String field)
The minute component value of the parameter value.
|
MobileServiceQuery<E> |
MobileServiceQuery.minute(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(Number val)
Reminder (or modulo) operator.
|
MobileServiceQuery<E> |
MobileServiceQuery.mod(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(String field)
The month component value of the parameter value.
|
MobileServiceQuery<E> |
MobileServiceQuery.month(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(Number val)
Multiply operator.
|
MobileServiceQuery<E> |
MobileServiceQuery.mul(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(Date dateValue)
Not equal comparison operator.
|
MobileServiceQuery<E> |
MobileServiceQuery.ne(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(Number numberValue)
Not equal comparison operator.
|
MobileServiceQuery<E> |
MobileServiceQuery.ne(Number numberValue)
Not equal comparison operator.
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.ne(String stringValue)
Not equal comparison operator.
|
MobileServiceQuery<E> |
MobileServiceQuery.ne(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(String field,
QueryOrder order)
Adds a new order by statement
|
MobileServiceQuery<E> |
MobileServiceQuery.parameter(String parameter,
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(String field,
String find,
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(String field,
String find,
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(String field)
The second component value of the parameter value.
|
MobileServiceQuery<E> |
MobileServiceQuery.second(String field)
The second component value of the parameter value.
|
MobileServiceQuery<E> |
MobileServiceQuery.select(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(String field,
String start)
Whether the beginning of the first parameter values matches the second
parameter value.
|
MobileServiceQuery<E> |
MobileServiceQuery.startsWith(String field,
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(Number val)
Subtract operator.
|
MobileServiceQuery<E> |
MobileServiceQuery.sub(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(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(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(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(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(String str,
String field)
Whether the string parameter occurs in the field
|
MobileServiceQuery<E> |
MobileServiceQuery.subStringOf(String str,
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(String field)
String value with the contents of the parameter value converted to lower
case.
|
MobileServiceQuery<E> |
MobileServiceQuery.toLower(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(String field)
String value with the contents of the parameter value converted to upper
case
|
MobileServiceQuery<E> |
MobileServiceQuery.toUpper(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(String field)
String value with the contents of the parameter value with all leading
and trailing white-space characters removed.
|
MobileServiceQuery<E> |
MobileServiceQuery.trim(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(Date date)
Creates a MobileServiceQuery> representing a date value
|
MobileServiceQuery<E> |
MobileServiceQuery.val(Date date)
Specifies a date value
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.val(Number number)
Creates a MobileServiceQuery> representing a numeric value
|
MobileServiceQuery<E> |
MobileServiceQuery.val(Number number)
Specifies a numeric value
|
static MobileServiceQuery<?> |
MobileServiceQueryOperations.val(String s)
Creates a MobileServiceQuery> representing a string value
|
MobileServiceQuery<E> |
MobileServiceQuery.val(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(String field)
The year component value of the parameter value.
|
MobileServiceQuery<E> |
MobileServiceQuery.year(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)
Executes a query to retrieve all the table rows
|
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.
|