com.mongodb
Class QueryOperators
java.lang.Object
com.mongodb.QueryOperators
public class QueryOperators
- extends Object
MongoDB keywords for various query operations
- Author:
- Julson Lim
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
RETURN_KEY
public static final String RETURN_KEY
- See Also:
- Constant Field Values
MAX_SCAN
public static final String MAX_SCAN
- See Also:
- Constant Field Values
ORDER_BY
public static final String ORDER_BY
- See Also:
- Constant Field Values
EXPLAIN
public static final String EXPLAIN
- See Also:
- Constant Field Values
SNAPSHOT
public static final String SNAPSHOT
- See Also:
- Constant Field Values
MIN
public static final String MIN
- See Also:
- Constant Field Values
MAX
public static final String MAX
- See Also:
- Constant Field Values
SHOW_DISK_LOC
public static final String SHOW_DISK_LOC
- See Also:
- Constant Field Values
HINT
public static final String HINT
- See Also:
- Constant Field Values
COMMENT
public static final String COMMENT
- See Also:
- Constant Field Values
QueryOperators
public QueryOperators()