Package com.illumon.util
Class QueryConstants
java.lang.Object
com.illumon.util.QueryConstants
- Direct Known Subclasses:
QueryConstants
public class QueryConstants extends Object
Constants for null and infinite values within the Deephaven Database.
-
Field Summary
Fields Modifier and Type Field Description static byteNEG_INF_BYTEstatic doubleNEG_INF_DOUBLEstatic floatNEG_INF_FLOATstatic intNEG_INF_INTstatic longNEG_INF_LONGstatic shortNEG_INF_SHORTstatic BooleanNULL_BOOLEANstatic byteNULL_BYTEstatic ByteNULL_BYTE_BOXEDstatic charNULL_CHARstatic CharacterNULL_CHAR_BOXEDstatic doubleNULL_DOUBLEstatic DoubleNULL_DOUBLE_BOXEDstatic floatNULL_FLOATstatic FloatNULL_FLOAT_BOXEDstatic intNULL_INTstatic IntegerNULL_INT_BOXEDstatic longNULL_LONGstatic LongNULL_LONG_BOXEDstatic shortNULL_SHORTstatic ShortNULL_SHORT_BOXEDstatic bytePOS_INF_BYTEstatic doublePOS_INF_DOUBLEstatic floatPOS_INF_FLOATstatic intPOS_INF_INTstatic longPOS_INF_LONGstatic shortPOS_INF_SHORT -
Constructor Summary
Constructors Modifier Constructor Description protectedQueryConstants()This class should not be instantiated. -
Method Summary
-
Field Details
-
NULL_BOOLEAN
-
NULL_CHAR
public static final char NULL_CHAR- See Also:
- Constant Field Values
-
NULL_BYTE
public static final byte NULL_BYTE- See Also:
- Constant Field Values
-
NULL_SHORT
public static final short NULL_SHORT- See Also:
- Constant Field Values
-
NULL_INT
public static final int NULL_INT- See Also:
- Constant Field Values
-
NULL_LONG
public static final long NULL_LONG- See Also:
- Constant Field Values
-
NULL_FLOAT
public static final float NULL_FLOAT- See Also:
- Constant Field Values
-
NULL_DOUBLE
public static final double NULL_DOUBLE- See Also:
- Constant Field Values
-
NULL_CHAR_BOXED
-
NULL_BYTE_BOXED
-
NULL_SHORT_BOXED
-
NULL_INT_BOXED
-
NULL_LONG_BOXED
-
NULL_FLOAT_BOXED
-
NULL_DOUBLE_BOXED
-
POS_INF_BYTE
public static final byte POS_INF_BYTE- See Also:
- Constant Field Values
-
POS_INF_SHORT
public static final short POS_INF_SHORT- See Also:
- Constant Field Values
-
POS_INF_INT
public static final int POS_INF_INT- See Also:
- Constant Field Values
-
POS_INF_LONG
public static final long POS_INF_LONG- See Also:
- Constant Field Values
-
POS_INF_FLOAT
public static final float POS_INF_FLOAT- See Also:
- Constant Field Values
-
POS_INF_DOUBLE
public static final double POS_INF_DOUBLE- See Also:
- Constant Field Values
-
NEG_INF_BYTE
public static final byte NEG_INF_BYTE- See Also:
- Constant Field Values
-
NEG_INF_SHORT
public static final short NEG_INF_SHORT- See Also:
- Constant Field Values
-
NEG_INF_INT
public static final int NEG_INF_INT- See Also:
- Constant Field Values
-
NEG_INF_LONG
public static final long NEG_INF_LONG- See Also:
- Constant Field Values
-
NEG_INF_FLOAT
public static final float NEG_INF_FLOAT- See Also:
- Constant Field Values
-
NEG_INF_DOUBLE
public static final double NEG_INF_DOUBLE- See Also:
- Constant Field Values
-
-
Constructor Details
-
QueryConstants
protected QueryConstants()This class should not be instantiated.
-