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 |
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
WHERE
public static final String WHERE
- See Also:
- Constant Field Values
NEAR
public static final String NEAR
- See Also:
- Constant Field Values
QueryOperators
public QueryOperators()