public static class MobileServiceTable.MobileServiceQueryOperations
extends java.lang.Object
Constructor and Description |
---|
MobileServiceTable.MobileServiceQueryOperations() |
Modifier and Type | Method and Description |
---|---|
static MobileServiceTable.MobileServiceQuery |
add()
Add operator.
|
static MobileServiceTable.MobileServiceQuery |
add(MobileServiceTable.MobileServiceQuery otherQuery)
Add operator.
|
static MobileServiceTable.MobileServiceQuery |
and()
Conditional and.
|
static MobileServiceTable.MobileServiceQuery |
and(MobileServiceTable.MobileServiceQuery otherQuery)
Conditional and.
|
static MobileServiceTable.MobileServiceQuery |
ceiling(MobileServiceTable.MobileServiceQuery exp)
The smallest integral value greater than or equal to the parameter
value.
|
static 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 |
day(MobileServiceTable.MobileServiceQuery exp)
The day component value of the parameter value.
|
static MobileServiceTable.MobileServiceQuery |
div()
Divide operator.
|
static MobileServiceTable.MobileServiceQuery |
div(MobileServiceTable.MobileServiceQuery otherQuery)
Divide operator.
|
static 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 |
eq()
Equal comparison operator.
|
static MobileServiceTable.MobileServiceQuery |
eq(boolean booleanValue)
Equal comparison operator.
|
static MobileServiceTable.MobileServiceQuery |
eq(MobileServiceTable.MobileServiceQuery otherQuery)
Equal comparison operator.
|
static MobileServiceTable.MobileServiceQuery |
eq(java.lang.Number numberValue)
Equal comparison operator.
|
static MobileServiceTable.MobileServiceQuery |
eq(java.lang.String stringValue)
Equal comparison operator.
|
static MobileServiceTable.MobileServiceQuery |
field(java.lang.String fieldName) |
static MobileServiceTable.MobileServiceQuery |
floor(MobileServiceTable.MobileServiceQuery exp)
The largest integral value less than or equal to the parameter value.
|
static MobileServiceTable.MobileServiceQuery |
ge()
Greater than or equal comparison operator.
|
static MobileServiceTable.MobileServiceQuery |
ge(MobileServiceTable.MobileServiceQuery otherQuery)
Greater than or equal comparison operator.
|
static MobileServiceTable.MobileServiceQuery |
ge(java.lang.Number numberValue)
Greater than or equal comparison operator.
|
static MobileServiceTable.MobileServiceQuery |
gt()
Greater than comparison operator.
|
static MobileServiceTable.MobileServiceQuery |
gt(MobileServiceTable.MobileServiceQuery otherQuery)
Greater than comparison operator.
|
static MobileServiceTable.MobileServiceQuery |
gt(java.lang.Number numberValue)
Greater than comparison operator.
|
static MobileServiceTable.MobileServiceQuery |
hour(MobileServiceTable.MobileServiceQuery exp)
The hour component value of the parameter value.
|
static 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 |
le()
Less than or equal comparison operator.
|
static MobileServiceTable.MobileServiceQuery |
le(MobileServiceTable.MobileServiceQuery otherQuery)
Less than or equal comparison operator.
|
static MobileServiceTable.MobileServiceQuery |
le(java.lang.Number numberValue)
Less than or equal comparison operator.
|
static MobileServiceTable.MobileServiceQuery |
length(MobileServiceTable.MobileServiceQuery exp)
The number of characters in the specified parameter value.
|
static MobileServiceTable.MobileServiceQuery |
lt()
Less than comparison operator.
|
static MobileServiceTable.MobileServiceQuery |
lt(MobileServiceTable.MobileServiceQuery otherQuery)
Less than comparison operator.
|
static MobileServiceTable.MobileServiceQuery |
lt(java.lang.Number numberValue)
Less than comparison operator.
|
static MobileServiceTable.MobileServiceQuery |
minute(MobileServiceTable.MobileServiceQuery exp)
The minute component value of the parameter value.
|
static MobileServiceTable.MobileServiceQuery |
mod()
Reminder (or modulo) operator.
|
static MobileServiceTable.MobileServiceQuery |
mod(MobileServiceTable.MobileServiceQuery otherQuery)
Reminder (or modulo) operator.
|
static MobileServiceTable.MobileServiceQuery |
month(MobileServiceTable.MobileServiceQuery exp)
The month component value of the parameter value.
|
static MobileServiceTable.MobileServiceQuery |
mul()
Multiply operator.
|
static MobileServiceTable.MobileServiceQuery |
mul(MobileServiceTable.MobileServiceQuery otherQuery)
Multiply operator.
|
static MobileServiceTable.MobileServiceQuery |
neq()
Not equal comparison operator.
|
static MobileServiceTable.MobileServiceQuery |
neq(boolean booleanValue)
Not equal comparison operator.
|
static MobileServiceTable.MobileServiceQuery |
neq(MobileServiceTable.MobileServiceQuery otherQuery)
Not equal comparison operator.
|
static MobileServiceTable.MobileServiceQuery |
neq(java.lang.Number numberValue)
Not equal comparison operator.
|
static MobileServiceTable.MobileServiceQuery |
neq(java.lang.String stringValue)
Not equal comparison operator.
|
static MobileServiceTable.MobileServiceQuery |
not()
Logical not.
|
static MobileServiceTable.MobileServiceQuery |
not(boolean booleanValue)
Logical not.
|
static MobileServiceTable.MobileServiceQuery |
not(MobileServiceTable.MobileServiceQuery otherQuery)
Logical not.
|
static MobileServiceTable.MobileServiceQuery |
or()
Conditional or.
|
static MobileServiceTable.MobileServiceQuery |
or(MobileServiceTable.MobileServiceQuery otherQuery)
Conditional or.
|
static 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 |
round(MobileServiceTable.MobileServiceQuery exp)
The nearest integral value to the parameter value.
|
static MobileServiceTable.MobileServiceQuery |
second(MobileServiceTable.MobileServiceQuery exp)
The second component value of the parameter value.
|
static 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 |
sub()
Subtract operator.
|
static MobileServiceTable.MobileServiceQuery |
sub(MobileServiceTable.MobileServiceQuery otherQuery)
Subtract operator.
|
static 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 |
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 |
subStringOf(MobileServiceTable.MobileServiceQuery str1,
MobileServiceTable.MobileServiceQuery str2)
Whether the second parameter string value occurs in the first
parameter string value.
|
static MobileServiceTable.MobileServiceQuery |
toLower(MobileServiceTable.MobileServiceQuery exp)
String value with the contents of the parameter value converted to
lower case.
|
static MobileServiceTable.MobileServiceQuery |
toUpper(MobileServiceTable.MobileServiceQuery exp)
String value with the contents of the parameter value converted to
upper case
|
static MobileServiceTable.MobileServiceQuery |
trim(MobileServiceTable.MobileServiceQuery exp)
String value with the contents of the parameter value with all
leading and trailing white-space characters removed.
|
static MobileServiceTable.MobileServiceQuery |
val(boolean val)
Creates a MobileServiceQuery representing a boolean value
|
static MobileServiceTable.MobileServiceQuery |
val(java.lang.Number number)
Creates a MobileServiceQuery representing a numeric value
|
static MobileServiceTable.MobileServiceQuery |
val(java.lang.String s)
Creates a MobileServiceQuery representing a string value
|
static MobileServiceTable.MobileServiceQuery |
year(MobileServiceTable.MobileServiceQuery exp)
The year component value of the parameter value.
|
public MobileServiceTable.MobileServiceQueryOperations()
public static MobileServiceTable.MobileServiceQuery field(java.lang.String fieldName)
public static MobileServiceTable.MobileServiceQuery val(java.lang.Number number)
number
- the number to representpublic static MobileServiceTable.MobileServiceQuery val(boolean val)
val
- the boolean to representpublic static MobileServiceTable.MobileServiceQuery val(java.lang.String s)
s
- the string to representpublic static MobileServiceTable.MobileServiceQuery and()
public static MobileServiceTable.MobileServiceQuery and(MobileServiceTable.MobileServiceQuery otherQuery)
otherQuery
- public static MobileServiceTable.MobileServiceQuery or()
public static MobileServiceTable.MobileServiceQuery or(MobileServiceTable.MobileServiceQuery otherQuery)
otherQuery
- public static MobileServiceTable.MobileServiceQuery not()
public static MobileServiceTable.MobileServiceQuery not(MobileServiceTable.MobileServiceQuery otherQuery)
otherQuery
- public static MobileServiceTable.MobileServiceQuery not(boolean booleanValue)
booleanValue
- public static MobileServiceTable.MobileServiceQuery ge()
public static MobileServiceTable.MobileServiceQuery ge(MobileServiceTable.MobileServiceQuery otherQuery)
otherQuery
- public static MobileServiceTable.MobileServiceQuery ge(java.lang.Number numberValue)
numberValue
- public static MobileServiceTable.MobileServiceQuery le()
public static MobileServiceTable.MobileServiceQuery le(MobileServiceTable.MobileServiceQuery otherQuery)
otherQuery
- public static MobileServiceTable.MobileServiceQuery le(java.lang.Number numberValue)
numberValue
- public static MobileServiceTable.MobileServiceQuery gt()
public static MobileServiceTable.MobileServiceQuery gt(MobileServiceTable.MobileServiceQuery otherQuery)
otherQuery
- public static MobileServiceTable.MobileServiceQuery gt(java.lang.Number numberValue)
numberValue
- public static MobileServiceTable.MobileServiceQuery lt()
public static MobileServiceTable.MobileServiceQuery lt(MobileServiceTable.MobileServiceQuery otherQuery)
otherQuery
- public static MobileServiceTable.MobileServiceQuery lt(java.lang.Number numberValue)
numberValue
- public static MobileServiceTable.MobileServiceQuery eq()
public static MobileServiceTable.MobileServiceQuery eq(MobileServiceTable.MobileServiceQuery otherQuery)
otherQuery
- public static MobileServiceTable.MobileServiceQuery eq(java.lang.Number numberValue)
numberValue
- public static MobileServiceTable.MobileServiceQuery eq(boolean booleanValue)
booleanValue
- public static MobileServiceTable.MobileServiceQuery eq(java.lang.String stringValue)
stringValue
- public static MobileServiceTable.MobileServiceQuery neq()
public static MobileServiceTable.MobileServiceQuery neq(MobileServiceTable.MobileServiceQuery otherQuery)
otherQuery
- public static MobileServiceTable.MobileServiceQuery neq(java.lang.Number numberValue)
numberValue
- public static MobileServiceTable.MobileServiceQuery neq(boolean booleanValue)
booleanValue
- public static MobileServiceTable.MobileServiceQuery neq(java.lang.String stringValue)
stringValue
- public static MobileServiceTable.MobileServiceQuery add()
public static MobileServiceTable.MobileServiceQuery add(MobileServiceTable.MobileServiceQuery otherQuery)
otherQuery
- public static MobileServiceTable.MobileServiceQuery sub()
public static MobileServiceTable.MobileServiceQuery sub(MobileServiceTable.MobileServiceQuery otherQuery)
otherQuery
- public static MobileServiceTable.MobileServiceQuery mul()
public static MobileServiceTable.MobileServiceQuery mul(MobileServiceTable.MobileServiceQuery otherQuery)
otherQuery
- public static MobileServiceTable.MobileServiceQuery div()
public static MobileServiceTable.MobileServiceQuery div(MobileServiceTable.MobileServiceQuery otherQuery)
otherQuery
- public static MobileServiceTable.MobileServiceQuery mod()
public static MobileServiceTable.MobileServiceQuery mod(MobileServiceTable.MobileServiceQuery otherQuery)
otherQuery
- public static MobileServiceTable.MobileServiceQuery year(MobileServiceTable.MobileServiceQuery exp)
exp
- public static MobileServiceTable.MobileServiceQuery month(MobileServiceTable.MobileServiceQuery exp)
exp
- public static MobileServiceTable.MobileServiceQuery day(MobileServiceTable.MobileServiceQuery exp)
exp
- public static MobileServiceTable.MobileServiceQuery hour(MobileServiceTable.MobileServiceQuery exp)
exp
- public static MobileServiceTable.MobileServiceQuery minute(MobileServiceTable.MobileServiceQuery exp)
exp
- public static MobileServiceTable.MobileServiceQuery second(MobileServiceTable.MobileServiceQuery exp)
exp
- public static MobileServiceTable.MobileServiceQuery floor(MobileServiceTable.MobileServiceQuery exp)
exp
- public static MobileServiceTable.MobileServiceQuery ceiling(MobileServiceTable.MobileServiceQuery exp)
exp
- public static MobileServiceTable.MobileServiceQuery round(MobileServiceTable.MobileServiceQuery exp)
exp
- public static MobileServiceTable.MobileServiceQuery toLower(MobileServiceTable.MobileServiceQuery exp)
exp
- public static MobileServiceTable.MobileServiceQuery toUpper(MobileServiceTable.MobileServiceQuery exp)
exp
- public static MobileServiceTable.MobileServiceQuery length(MobileServiceTable.MobileServiceQuery exp)
exp
- public static MobileServiceTable.MobileServiceQuery trim(MobileServiceTable.MobileServiceQuery exp)
exp
- public static MobileServiceTable.MobileServiceQuery startsWith(MobileServiceTable.MobileServiceQuery field, MobileServiceTable.MobileServiceQuery start)
field
- The field to evaluate.start
- Start value.public static MobileServiceTable.MobileServiceQuery endsWith(MobileServiceTable.MobileServiceQuery field, MobileServiceTable.MobileServiceQuery end)
field
- The field to evaluate.end
- End value.public static MobileServiceTable.MobileServiceQuery subStringOf(MobileServiceTable.MobileServiceQuery str1, MobileServiceTable.MobileServiceQuery str2)
str1
- First stringstr2
- Second stringpublic static MobileServiceTable.MobileServiceQuery concat(MobileServiceTable.MobileServiceQuery str1, MobileServiceTable.MobileServiceQuery str2)
str1
- First stringstr2
- Second stringpublic static MobileServiceTable.MobileServiceQuery indexOf(MobileServiceTable.MobileServiceQuery haystack, MobileServiceTable.MobileServiceQuery needle)
haystack
- String contentneedle
- Value to search forpublic static MobileServiceTable.MobileServiceQuery substring(MobileServiceTable.MobileServiceQuery str, MobileServiceTable.MobileServiceQuery pos)
str
- String contentpos
- Starting positionpublic static MobileServiceTable.MobileServiceQuery substring(MobileServiceTable.MobileServiceQuery str, MobileServiceTable.MobileServiceQuery pos, MobileServiceTable.MobileServiceQuery length)
str
- String contentpos
- Starting positionlength
- Lengthpublic static MobileServiceTable.MobileServiceQuery replace(MobileServiceTable.MobileServiceQuery str, MobileServiceTable.MobileServiceQuery find, MobileServiceTable.MobileServiceQuery replace)
str
- String contentfind
- Search valuereplace
- Replace value