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