Modifier and Type | Field and Description |
---|---|
protected Set<Boolean> |
booleanVals |
protected Set<Double> |
doubleVals |
protected Set<Long> |
longVals |
protected Set<String> |
stringVals |
currentObject, currentQuery, currentTokenQUERY, DATE, exactdepth, extraInfo, isFullText, ready, relativedepth
Modifier | Constructor and Description |
---|---|
protected |
InQuery() |
|
InQuery(BuilderToken.QUERY inQuery,
String variableName,
boolean... values)
In Query constructor
|
|
InQuery(BuilderToken.QUERY inQuery,
String variableName,
boolean value)
In Query constructor
|
|
InQuery(BuilderToken.QUERY inQuery,
String variableName,
Date... values)
In Query constructor
|
|
InQuery(BuilderToken.QUERY inQuery,
String variableName,
Date value)
In Query constructor
|
|
InQuery(BuilderToken.QUERY inQuery,
String variableName,
double... values)
In Query constructor
|
|
InQuery(BuilderToken.QUERY inQuery,
String variableName,
double value)
In Query constructor
|
|
InQuery(BuilderToken.QUERY inQuery,
String variableName,
long... values)
In Query constructor
|
|
InQuery(BuilderToken.QUERY inQuery,
String variableName,
long value)
In Query constructor
|
|
InQuery(BuilderToken.QUERY inQuery,
String variableName,
String... values)
In Query constructor
|
|
InQuery(BuilderToken.QUERY inQuery,
String variableName,
String value)
In Query constructor
|
Modifier and Type | Method and Description |
---|---|
InQuery |
add(boolean... inValue)
Add an In Value to an existing In Query
|
InQuery |
add(Date... inValue)
Add an In Value to an existing In Query
|
InQuery |
add(double... inValue)
Add an In Value to an existing In Query
|
InQuery |
add(long... inValue)
Add an In Value to an existing In Query
|
InQuery |
add(String... inValue)
Add an In Value to an existing In Query
|
void |
clean()
Clean the object
|
cleanDepth, createQueryArray, createQueryVariable, createQueryVariableValue, createQueryVariableValue, createQueryVariableValue, createQueryVariableValue, createQueryVariableValue, getCurrentObject, getCurrentQuery, getExtraInfo, getNode, getParserExactdepth, getParserRelativeDepth, getQUERY, isFullText, isReady, setDepthLimit, setExactDepthLimit, setExtraInfo, setFullText, setParserExactdepth, setParserRelativeDepth, setReady, setRelativeDepthLimit, toString
protected InQuery()
public InQuery(BuilderToken.QUERY inQuery, String variableName, long value) throws InvalidCreateOperationException
inQuery
- in, ninvariableName
- variable Namevalue
- of variableInvalidCreateOperationException
- when can not create Querypublic InQuery(BuilderToken.QUERY inQuery, String variableName, double value) throws InvalidCreateOperationException
inQuery
- in, ninvariableName
- variable Namevalue
- of variableInvalidCreateOperationException
- when can not create Querypublic InQuery(BuilderToken.QUERY inQuery, String variableName, String value) throws InvalidCreateOperationException
inQuery
- in, ninvariableName
- variable Namevalue
- of variableInvalidCreateOperationException
- when can not create Querypublic InQuery(BuilderToken.QUERY inQuery, String variableName, Date value) throws InvalidCreateOperationException
inQuery
- in, ninvariableName
- variable Namevalue
- of variableInvalidCreateOperationException
- when can not create Querypublic InQuery(BuilderToken.QUERY inQuery, String variableName, boolean value) throws InvalidCreateOperationException
inQuery
- in, ninvariableName
- variable Namevalue
- of variableInvalidCreateOperationException
- when can not create Querypublic InQuery(BuilderToken.QUERY inQuery, String variableName, String... values) throws InvalidCreateOperationException
inQuery
- in, ninvariableName
- variable Namevalues
- of variableInvalidCreateOperationException
- when can not create Querypublic InQuery(BuilderToken.QUERY inQuery, String variableName, Date... values) throws InvalidCreateOperationException
inQuery
- in, ninvariableName
- variable Namevalues
- of variableInvalidCreateOperationException
- when can not create Querypublic InQuery(BuilderToken.QUERY inQuery, String variableName, long... values) throws InvalidCreateOperationException
inQuery
- in, ninvariableName
- variable Namevalues
- of variableInvalidCreateOperationException
- when can not create Querypublic InQuery(BuilderToken.QUERY inQuery, String variableName, double... values) throws InvalidCreateOperationException
inQuery
- in, ninvariableName
- variable Namevalues
- of variableInvalidCreateOperationException
- when can not create Querypublic InQuery(BuilderToken.QUERY inQuery, String variableName, boolean... values) throws InvalidCreateOperationException
inQuery
- in, ninvariableName
- variable Namevalues
- of variableInvalidCreateOperationException
- when can not create Querypublic void clean()
Query
public final InQuery add(String... inValue) throws InvalidCreateOperationException
inValue
- value of variableInvalidCreateOperationException
- when can not add valuepublic final InQuery add(Date... inValue) throws InvalidCreateOperationException
inValue
- value of variableInvalidCreateOperationException
- when can not add valuepublic final InQuery add(long... inValue) throws InvalidCreateOperationException
inValue
- value of variableInvalidCreateOperationException
- when can not add valuepublic final InQuery add(double... inValue) throws InvalidCreateOperationException
inValue
- value of variableInvalidCreateOperationException
- when can not add valuepublic final InQuery add(boolean... inValue) throws InvalidCreateOperationException
inValue
- value of variableInvalidCreateOperationException
- when can not add valueCopyright © 2018 Vitam. All rights reserved.