Package com.illumon.iris.web.shared.data
Interface ValueConstants
public interface ValueConstants
Constants for null values within the Iris Database.
From com.illumon.util.QueryConstants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final bytestatic final bytestatic final bytestatic final charstatic final doublestatic final floatstatic final intstatic final longstatic final shortstatic final byte
-
Field Details
-
NULL_CHAR
static final char NULL_CHAR- See Also:
-
NULL_BYTE
static final byte NULL_BYTE- See Also:
-
NULL_SHORT
static final short NULL_SHORT- See Also:
-
NULL_INT
static final int NULL_INT- See Also:
-
NULL_LONG
static final long NULL_LONG- See Also:
-
NULL_FLOAT
static final float NULL_FLOAT- See Also:
-
NULL_DOUBLE
static final double NULL_DOUBLE- See Also:
-
NULL_BOOLEAN_AS_BYTE
static final byte NULL_BOOLEAN_AS_BYTE- See Also:
-
TRUE_BOOLEAN_AS_BYTE
static final byte TRUE_BOOLEAN_AS_BYTE- See Also:
-
FALSE_BOOLEAN_AS_BYTE
static final byte FALSE_BOOLEAN_AS_BYTE- See Also:
-