Package com.mongodb
Class QueryOperators
- java.lang.Object
-
- com.mongodb.QueryOperators
-
public class QueryOperators extends Object
MongoDB keywords for various query operations.- MongoDB documentation
- Query Operators
-
-
Field Summary
Fields Modifier and Type Field Description static String
ALL
static String
AND
static String
BOX
static String
CENTER
static String
CENTER_SPHERE
static String
COMMENT
Deprecated.static String
ELEM_MATCH
static String
EXISTS
static String
EXPLAIN
Deprecated.static String
GT
static String
GTE
static String
HINT
Deprecated.static String
IN
static String
LANGUAGE
static String
LT
static String
LTE
static String
MAX
Deprecated.static String
MAX_DISTANCE
static String
MAX_SCAN
Deprecated.static String
MIN
Deprecated.static String
MOD
static String
NE
static String
NEAR
static String
NEAR_SPHERE
static String
NIN
static String
NOR
static String
NOT
static String
OR
static String
ORDER_BY
Deprecated.static String
POLYGON
static String
RETURN_KEY
Deprecated.static String
SEARCH
static String
SHOW_DISK_LOC
Deprecated.static String
SIZE
static String
SNAPSHOT
Deprecated.static String
TEXT
static String
TYPE
static String
UNIQUE_DOCS
static String
WHERE
static String
WITHIN
-
-
-
Field Detail
-
OR
public static final String OR
- See Also:
- Constant Field Values
-
AND
public static final String AND
- See Also:
- Constant Field Values
-
GT
public static final String GT
- See Also:
- Constant Field Values
-
GTE
public static final String GTE
- See Also:
- Constant Field Values
-
LT
public static final String LT
- See Also:
- Constant Field Values
-
LTE
public static final String LTE
- See Also:
- Constant Field Values
-
NE
public static final String NE
- See Also:
- Constant Field Values
-
IN
public static final String IN
- See Also:
- Constant Field Values
-
NIN
public static final String NIN
- See Also:
- Constant Field Values
-
MOD
public static final String MOD
- See Also:
- Constant Field Values
-
ALL
public static final String ALL
- See Also:
- Constant Field Values
-
SIZE
public static final String SIZE
- See Also:
- Constant Field Values
-
EXISTS
public static final String EXISTS
- See Also:
- Constant Field Values
-
ELEM_MATCH
public static final String ELEM_MATCH
- See Also:
- Constant Field Values
-
WHERE
public static final String WHERE
- See Also:
- Constant Field Values
-
NOR
public static final String NOR
- See Also:
- Constant Field Values
-
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
-
NOT
public static final String NOT
- See Also:
- Constant Field Values
-
WITHIN
public static final String WITHIN
- See Also:
- Constant Field Values
-
NEAR
public static final String NEAR
- See Also:
- Constant Field Values
-
NEAR_SPHERE
public static final String NEAR_SPHERE
- See Also:
- Constant Field Values
-
BOX
public static final String BOX
- See Also:
- Constant Field Values
-
CENTER
public static final String CENTER
- See Also:
- Constant Field Values
-
POLYGON
public static final String POLYGON
- See Also:
- Constant Field Values
-
CENTER_SPHERE
public static final String CENTER_SPHERE
- See Also:
- Constant Field Values
-
MAX_DISTANCE
public static final String MAX_DISTANCE
- See Also:
- Constant Field Values
-
UNIQUE_DOCS
public static final String UNIQUE_DOCS
- See Also:
- Constant Field Values
-
TEXT
public static final String TEXT
- See Also:
- Constant Field Values
-
SEARCH
public static final String SEARCH
- See Also:
- Constant Field Values
-
LANGUAGE
public static final String LANGUAGE
- See Also:
- Constant Field Values
-
RETURN_KEY
@Deprecated public static final String RETURN_KEY
Deprecated.- See Also:
- Constant Field Values
-
MAX_SCAN
@Deprecated public static final String MAX_SCAN
Deprecated.- See Also:
- Constant Field Values
-
ORDER_BY
@Deprecated public static final String ORDER_BY
Deprecated.- See Also:
- Constant Field Values
-
EXPLAIN
@Deprecated public static final String EXPLAIN
Deprecated.- See Also:
- Constant Field Values
-
SNAPSHOT
@Deprecated public static final String SNAPSHOT
Deprecated.- See Also:
- Constant Field Values
-
MIN
@Deprecated public static final String MIN
Deprecated.- See Also:
- Constant Field Values
-
MAX
@Deprecated public static final String MAX
Deprecated.- See Also:
- Constant Field Values
-
SHOW_DISK_LOC
@Deprecated public static final String SHOW_DISK_LOC
Deprecated.- See Also:
- Constant Field Values
-
HINT
@Deprecated public static final String HINT
Deprecated.- See Also:
- Constant Field Values
-
COMMENT
@Deprecated public static final String COMMENT
Deprecated.- See Also:
- Constant Field Values
-
-