public interface TYPENAMES
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ANGLE
Type ANGLE is the set of trigonometric angle values in a 2D plane.
|
static NameIdentifier |
ANGLE_I |
static java.lang.String |
AVERAGE
Type AVERAGE is a type destined for the ability to compute averages of values of attributes in relations.
|
static NameIdentifier |
AVERAGE_I |
static java.lang.String |
BIGINT
The BIGINT type is an "unlimited" integer type.
|
static NameIdentifier |
BIGINT_I |
static java.lang.String |
BITS
Type BITS is a type destined for storing all types of "binary" or "raw" content.
|
static NameIdentifier |
BITS_I |
static java.lang.String |
BOOLEAN
Type BOOLEAN is the obvious type for (2VL) truth values.
|
static NameIdentifier |
BOOLEAN_I |
static java.lang.String |
CHAR
Type CHAR are the single characters of the java character set (== all UTF characters with an encoding value between 0 and 65K ???).
|
static NameIdentifier |
CHAR_I |
static java.lang.String |
DATE
Type DATE is intended to represent calendar dates.
|
static NameIdentifier |
DATE_I |
static java.lang.String |
DECIMAL
Deprecated.
deprecated
|
static java.lang.String |
FILENAME
Type FILENAME is a case-insensitive text type specifically destined to deal with filenames (thus mostly for internal use by SIRA_PRISE).
|
static NameIdentifier |
FILENAME_I |
static java.lang.String |
FLOAT
Type FLOAT is a type corresponding to IEEE floating point.
|
static NameIdentifier |
FLOAT_I |
static java.lang.String |
INT
Type INT is the usual range of 32-bit integers from -2.147.483.648 to 2.147.483.647.
|
static NameIdentifier |
INT_I |
static java.lang.String |
INTERVALTYPENAMESUFFIX
All interval type names are constructed by appending this suffix to the name of the ordered type that defines the interval type.
|
static java.lang.String |
LONG
Type LONG is the usual range of (signed) 64-bit integers.
|
static NameIdentifier |
LONG_I |
static java.lang.String |
NAME
Type NAME is a text type that allows only alphabet characters, and treats its values as case-insensitive.
|
static NameIdentifier |
NAME_I |
static java.lang.String |
RELATION
No comment needed.
|
static NameIdentifier |
RELATION_I |
static java.lang.String |
SCALEDNUMBER
The SCALEDNUMBER type is provided as the replacement for the deprecated DECIMAL type.
|
static NameIdentifier |
SCALEDNUMBER_I |
static java.lang.String |
STRING
Type STRING are all strings that can be composed using the characters of the CHAR type, limited to a maximum length of (close to) 1G (1073741820) tokens.
|
static NameIdentifier |
STRING_I |
static java.lang.String |
TIMEOFDAY
Type TIMEOFDAY is intended to represent hours-minutes-seconds-nanoseconds time values.
|
static NameIdentifier |
TIMEOFDAY_I |
static java.lang.String |
TUPLE
The TUPLE type is still experimental.
|
static NameIdentifier |
TUPLE_I |
static final java.lang.String ANGLE
Possrep | Component name | Component Type |
---|---|---|
DMS | DEGREES | INT |
MINUTES | INT | |
SECONDS | FLOAT | |
RADIANS (D) | RADIANS | FLOAT |
static final NameIdentifier ANGLE_I
static final java.lang.String AVERAGE
Possrep | Component name | Component Type |
---|---|---|
AVERAGE | COUNT | INT |
VALUE | FLOAT |
static final NameIdentifier AVERAGE_I
static final java.lang.String BIGINT
Possrep | Component name | Component Type |
---|---|---|
BIGINT (D) | STRING | STRING |
static final NameIdentifier BIGINT_I
static final java.lang.String BITS
Possrep | Component name | Component Type |
---|---|---|
BITS | STRING | STRING |
static final NameIdentifier BITS_I
static final java.lang.String BOOLEAN
Possrep | Component name | Component Type |
---|---|---|
YN | YN | STRING |
BOOLEAN (D) | STRING | STRING |
static final NameIdentifier BOOLEAN_I
static final java.lang.String CHAR
Possrep | Component name | Component Type |
---|---|---|
CHAR (D) | STRING | STRING |
UNICODE | UNICODE | INT |
static final NameIdentifier CHAR_I
static final java.lang.String DATE
Possrep | Component name | Component Type |
---|---|---|
DMY | DAY | INT |
MONTH | INT | |
YEAR | INT | |
ISO (D) | ISO | STRING |
static final NameIdentifier DATE_I
@Deprecated static final java.lang.String DECIMAL
Possrep | Component name | Component Type |
---|---|---|
DECIMAL | STRING | STRING |
static final java.lang.String FILENAME
Possrep | Component name | Component Type |
---|---|---|
FILENAME | STRING | STRING |
static final NameIdentifier FILENAME_I
static final java.lang.String FLOAT
Possrep | Component name | Component Type |
---|---|---|
FLOAT | STRING | STRING |
static final NameIdentifier FLOAT_I
static final java.lang.String INT
Possrep | Component name | Component Type |
---|---|---|
HEX | HEX | STRING |
INT (D) | STRING | STRING |
static final NameIdentifier INT_I
static final java.lang.String INTERVALTYPENAMESUFFIX
static final java.lang.String LONG
Possrep | Component name | Component Type |
---|---|---|
HEX | HEX | STRING |
LONG (D) | STRING | STRING |
static final NameIdentifier LONG_I
static final java.lang.String NAME
Possrep | Component name | Component Type |
---|---|---|
NAME | STRING | STRING |
static final NameIdentifier NAME_I
static final java.lang.String RELATION
Possrep | Component name | Component Type |
---|
static final NameIdentifier RELATION_I
static final java.lang.String SCALEDNUMBER
Possrep | Component name | Component Type |
---|---|---|
MP | MAG | BIGINT |
SCALE | INT | |
STRING (D) | STRING | STRING |
static final NameIdentifier SCALEDNUMBER_I
static final java.lang.String STRING
Possrep | Component name | Component Type |
---|
static final NameIdentifier STRING_I
static final java.lang.String TIMEOFDAY
Possrep | Component name | Component Type |
---|---|---|
HMS | HOURS | INT |
MINUTES | INT | |
SECONDS | INT | |
NANOSECONDS | INT | |
ISOWITHNANOSECONDS (D) | ISOWITHNANOSECONDS | STRING |
static final NameIdentifier TIMEOFDAY_I
static final java.lang.String TUPLE
Possrep | Component name | Component Type |
---|
static final NameIdentifier TUPLE_I