Package com.illumon.util
Class QueryConstants
java.lang.Object
com.illumon.util.QueryConstants
- Direct Known Subclasses:
QueryConstants
Constants for null and infinite values within the Deephaven Database.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final byte
static final double
static final float
static final int
static final long
static final short
static final Boolean
static final byte
static final Byte
static final char
static final Character
static final double
static final Double
static final float
static final Float
static final int
static final Integer
static final long
static final Long
static final short
static final Short
static final byte
static final double
static final float
static final int
static final long
static final short
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NULL_BOOLEAN
-
NULL_CHAR
public static final char NULL_CHAR- See Also:
-
NULL_BYTE
public static final byte NULL_BYTE- See Also:
-
NULL_SHORT
public static final short NULL_SHORT- See Also:
-
NULL_INT
public static final int NULL_INT- See Also:
-
NULL_LONG
public static final long NULL_LONG- See Also:
-
NULL_FLOAT
public static final float NULL_FLOAT- See Also:
-
NULL_DOUBLE
public static final double NULL_DOUBLE- See Also:
-
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:
-
POS_INF_SHORT
public static final short POS_INF_SHORT- See Also:
-
POS_INF_INT
public static final int POS_INF_INT- See Also:
-
POS_INF_LONG
public static final long POS_INF_LONG- See Also:
-
POS_INF_FLOAT
public static final float POS_INF_FLOAT- See Also:
-
POS_INF_DOUBLE
public static final double POS_INF_DOUBLE- See Also:
-
NEG_INF_BYTE
public static final byte NEG_INF_BYTE- See Also:
-
NEG_INF_SHORT
public static final short NEG_INF_SHORT- See Also:
-
NEG_INF_INT
public static final int NEG_INF_INT- See Also:
-
NEG_INF_LONG
public static final long NEG_INF_LONG- See Also:
-
NEG_INF_FLOAT
public static final float NEG_INF_FLOAT- See Also:
-
NEG_INF_DOUBLE
public static final double NEG_INF_DOUBLE- See Also:
-
-
Constructor Details
-
QueryConstants
protected QueryConstants()This class should not be instantiated.
-