public class IndexKeyTypes extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
ARRAY
The value type for ARRAY values.
|
static int |
BLOB
The value type for BLOB values.
|
static int |
BOOLEAN
The value type for BOOLEAN values.
|
static int |
BYTE
The value type for BYTE values.
|
static int |
BYTES
The value type for BYTES values.
|
static int |
CLOB
The value type for CLOB values.
|
static int |
DATE
The value type for DATE values.
|
static int |
DECIMAL
The value type for DECIMAL values.
|
static int |
DOUBLE
The value type for DOUBLE values.
|
static int |
ENUM
The value type for ENUM values.
|
static int |
FLOAT
The value type for FLOAT values.
|
static int |
GEOMETRY
The value type for string values with a fixed size.
|
static int |
INT
The value type for INT values.
|
static int |
JAVA_OBJECT
The value type for JAVA_OBJECT values.
|
static int |
LONG
The value type for INT values.
|
static int |
NULL
The value type for NULL.
|
static int |
RESULT_SET
The value type for RESULT_SET values.
|
static int |
SHORT
The value type for SHORT values.
|
static int |
STRING
The value type for STRING values.
|
static int |
STRING_FIXED
The value type for string values with a fixed size.
|
static int |
STRING_IGNORECASE
The value type for case insensitive STRING values.
|
static int |
TIME
The value type for TIME values.
|
static int |
TIMESTAMP
The value type for TIMESTAMP values.
|
static int |
TIMESTAMP_TZ
The value type for TIMESTAMP WITH TIME ZONE values.
|
static int |
UNKNOWN
The data type is unknown at this time.
|
static int |
UUID
The value type for UUID values.
|
| Constructor and Description |
|---|
IndexKeyTypes() |
public static final int UNKNOWN
public static final int NULL
public static final int BOOLEAN
public static final int BYTE
public static final int SHORT
public static final int INT
public static final int LONG
public static final int DECIMAL
public static final int DOUBLE
public static final int FLOAT
public static final int TIME
public static final int DATE
public static final int TIMESTAMP
public static final int BYTES
public static final int STRING
public static final int STRING_IGNORECASE
public static final int BLOB
public static final int CLOB
public static final int ARRAY
public static final int RESULT_SET
public static final int JAVA_OBJECT
public static final int UUID
public static final int STRING_FIXED
public static final int GEOMETRY
public static final int TIMESTAMP_TZ
public static final int ENUM
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.0 Release Date : September 11 2021