public interface OracleCSVDatatypeConstants
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String[] |
CSV_DATE_TIME_FORMATS
These formats are used in the CSV converter when trying to parse a Date
|
static java.lang.String |
CSV_DT_KEYWORD_BOOLEAN
This constant denotes a Boolean data type for the value field of an
attribute (K/V pair) in the CSV converter
|
static java.lang.String |
CSV_DT_KEYWORD_BYTE
This constant denotes a Byte data type for the value field of an attribute
(K/V pair) in the CSV converter
|
static java.lang.String |
CSV_DT_KEYWORD_CHAR
This constant denotes a Character data type for the value field of an
attribute (K/V pair) in the CSV converter
|
static java.lang.String |
CSV_DT_KEYWORD_DATE
This constant denotes a Date data type for the value field of an attribute
(K/V pair) in the CSV converter
|
static java.lang.String |
CSV_DT_KEYWORD_DOUBLE
This constant denotes a Double data type for the value field of an
attribute (K/V pair) in the CSV converter
|
static java.lang.String |
CSV_DT_KEYWORD_FLOAT
This constant denotes a Float data type for the value field of an attribute
(K/V pair) in the CSV converter
|
static java.lang.String |
CSV_DT_KEYWORD_INTEGER
This constant denotes a Integer data type for the value field of an
attribute (K/V pair) in the CSV converter
|
static java.lang.String |
CSV_DT_KEYWORD_JSON
This constant denotes a JSON data type for the value field of an attribute
(K/V pair) in the CSV converter
|
static java.lang.String |
CSV_DT_KEYWORD_LONG
This constant denotes a Long data type for the value field of an attribute
(K/V pair) in the CSV converter
|
static java.lang.String |
CSV_DT_KEYWORD_RDF
This constant denotes a RDF URI data type for the value field of an
attribute (K/V pair) in the CSV converter
|
static java.lang.String |
CSV_DT_KEYWORD_SHORT
This constant denotes a Short data type for the value field of an attribute
(K/V pair) in the CSV converter
|
static java.lang.String |
CSV_DT_KEYWORD_SPATIAL
This constant denotes a Spatial data type for the value field of an
attribute (K/V pair) in the CSV converter
|
static java.lang.String |
CSV_DT_KEYWORD_STRING
This constant denotes a String data type for the value field of an
attribute (K/V pair) in the CSV converter
|
static java.lang.String |
OPG_DATETIME_FORMAT
Date time format used in opv and ope Oracle Flat Files
|
static final java.lang.String[] CSV_DATE_TIME_FORMATS
static final java.lang.String CSV_DT_KEYWORD_BOOLEAN
static final java.lang.String CSV_DT_KEYWORD_BYTE
static final java.lang.String CSV_DT_KEYWORD_CHAR
static final java.lang.String CSV_DT_KEYWORD_DATE
static final java.lang.String CSV_DT_KEYWORD_DOUBLE
static final java.lang.String CSV_DT_KEYWORD_FLOAT
static final java.lang.String CSV_DT_KEYWORD_INTEGER
static final java.lang.String CSV_DT_KEYWORD_JSON
static final java.lang.String CSV_DT_KEYWORD_LONG
static final java.lang.String CSV_DT_KEYWORD_RDF
static final java.lang.String CSV_DT_KEYWORD_SHORT
static final java.lang.String CSV_DT_KEYWORD_SPATIAL
static final java.lang.String CSV_DT_KEYWORD_STRING
static final java.lang.String OPG_DATETIME_FORMAT