Class ExistsQuery
java.lang.Object
fr.gouv.vitam.common.database.builder.query.Query
fr.gouv.vitam.common.database.builder.query.ExistsQuery
- Direct Known Subclasses:
ExistsQuery
Exists, Missing, IsNull Query
-
Field Summary
Fields inherited from class fr.gouv.vitam.common.database.builder.query.Query
currentObject, currentQuery, currentTokenQUERY, DATE, exactdepth, extraInfo, isFullText, ready, relativedepth
-
Constructor Summary
ModifierConstructorDescriptionprotected
ExistsQuery
(BuilderToken.QUERY existsQuery, String variableName) Exists, Missing, IsNull Query constructor -
Method Summary
Methods inherited from class fr.gouv.vitam.common.database.builder.query.Query
clean, cleanDepth, createQueryArray, createQueryVariable, createQueryVariableValue, createQueryVariableValue, createQueryVariableValue, createQueryVariableValue, createQueryVariableValue, createQueryVariableValue, getCurrentObject, getCurrentQuery, getExtraInfo, getNode, getParserExactdepth, getParserRelativeDepth, getQUERY, isFullText, isReady, setDepthLimit, setExactDepthLimit, setExtraInfo, setFullText, setParserExactdepth, setParserRelativeDepth, setReady, setRelativeDepthLimit, toString
-
Constructor Details
-
ExistsQuery
protected ExistsQuery() -
ExistsQuery
public ExistsQuery(BuilderToken.QUERY existsQuery, String variableName) throws InvalidCreateOperationException Exists, Missing, IsNull Query constructor- Parameters:
existsQuery
- exists, missing, isNullvariableName
- variable name- Throws:
InvalidCreateOperationException
- when not valid
-