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
public class ExistsQuery extends Query
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
Constructors Modifier Constructor Description protected
ExistsQuery()
ExistsQuery(BuilderToken.QUERY existsQuery, java.lang.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 Detail
-
ExistsQuery
protected ExistsQuery()
-
ExistsQuery
public ExistsQuery(BuilderToken.QUERY existsQuery, java.lang.String variableName) throws InvalidCreateOperationException
Exists, Missing, IsNull Query constructor- Parameters:
existsQuery
- exists, missing, isNullvariableName
- variable name- Throws:
InvalidCreateOperationException
- when not valid
-
-