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 byte
NEG_INF_BYTE
static double
NEG_INF_DOUBLE
static float
NEG_INF_FLOAT
static int
NEG_INF_INT
static long
NEG_INF_LONG
static short
NEG_INF_SHORT
static Boolean
NULL_BOOLEAN
static byte
NULL_BYTE
static Byte
NULL_BYTE_BOXED
static char
NULL_CHAR
static Character
NULL_CHAR_BOXED
static double
NULL_DOUBLE
static Double
NULL_DOUBLE_BOXED
static float
NULL_FLOAT
static Float
NULL_FLOAT_BOXED
static int
NULL_INT
static Integer
NULL_INT_BOXED
static long
NULL_LONG
static Long
NULL_LONG_BOXED
static short
NULL_SHORT
static Short
NULL_SHORT_BOXED
static byte
POS_INF_BYTE
static double
POS_INF_DOUBLE
static float
POS_INF_FLOAT
static int
POS_INF_INT
static long
POS_INF_LONG
static short
POS_INF_SHORT
-
Constructor Summary
Constructors Modifier Constructor Description protected
QueryConstants()
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.
-