public interface G9Consts
| Modifier and Type | Interface and Description |
|---|---|
static class |
G9Consts.Converter
Helper class for conversion between names and constants.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CC_LOWER
Case conversion, lower
|
static int |
CC_NONE
Case conversion, none
|
static int |
CC_UPPER
Case conversion, upper
|
static int |
DT_BLOB
Data type blob
|
static String |
DT_BLOB_NAME
Data type blob name
|
static int |
DT_BOOLEAN
Data type boolean
|
static String |
DT_BOOLEAN_NAME
Data type boolean name
|
static int |
DT_DATE
Data type date
|
static String |
DT_DATE_NAME
Data type date name
|
static int |
DT_DOUBLE
Data type double
|
static String |
DT_DOUBLE_NAME
Data type double name
|
static int |
DT_ENUMERATION
Data type enumeration
|
static String |
DT_ENUMERATION_NAME
Data type enumeration name
|
static int |
DT_LONGINT
Data type longint
|
static String |
DT_LONGINT_NAME
Data type longint name
|
static int |
DT_LONGLONG
Data type longlong
|
static String |
DT_LONGLONG_NAME
Data type longlong name
|
static int |
DT_LONGTEXT
Deprecated.
|
static String |
DT_LONGTEXT_NAME
Deprecated.
|
static int |
DT_NUMERIC
Data type numeric
|
static String |
DT_NUMERIC_NAME
Data type numeric name
|
static int |
DT_REAL
Data type real
|
static String |
DT_REAL_NAME
Data type real name
|
static int |
DT_SHORTINT
Data type shortint
|
static String |
DT_SHORTINT_NAME
Data type shortint name
|
static int |
DT_TEXT
Data type fixed length text
|
static String |
DT_TEXT_NAME
Data type fixed length text name
|
static int |
DT_TIME
Data type time
|
static String |
DT_TIME_NAME
Data type time name
|
static int |
DT_TIMESTAMP
Data type timestamp
|
static String |
DT_TIMESTAMP_NAME
Data type timestamp name
|
static int |
DT_VARTEXT
Data type variable length text
|
static String |
DT_VARTEXT_NAME
Data type variable length text name
|
static final int DT_SHORTINT
static final int DT_LONGINT
static final int DT_NUMERIC
static final int DT_REAL
static final int DT_DOUBLE
static final int DT_TEXT
static final int DT_VARTEXT
@Deprecated static final int DT_LONGTEXT
static final int DT_BOOLEAN
static final int DT_ENUMERATION
static final int DT_DATE
static final int DT_TIME
static final int DT_TIMESTAMP
static final int DT_BLOB
static final int DT_LONGLONG
static final String DT_SHORTINT_NAME
static final String DT_LONGINT_NAME
static final String DT_LONGLONG_NAME
static final String DT_NUMERIC_NAME
static final String DT_REAL_NAME
static final String DT_DOUBLE_NAME
static final String DT_TEXT_NAME
static final String DT_VARTEXT_NAME
@Deprecated static final String DT_LONGTEXT_NAME
static final String DT_BOOLEAN_NAME
static final String DT_ENUMERATION_NAME
static final String DT_DATE_NAME
static final String DT_TIME_NAME
static final String DT_TIMESTAMP_NAME
static final String DT_BLOB_NAME
static final int CC_NONE
static final int CC_UPPER
static final int CC_LOWER
Copyright © 2006–2017 Esito AS. All rights reserved.