| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
NAME_MAX_LENGTH |
30 |
public static final int |
NAME_NUMBER_LENGTH |
3 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
JDBC_DRIVER |
"jdbc.driver" |
public static final String |
JDBC_NAME |
"jdbc.name" |
public static final String |
JDBC_URL |
"jdbc.url" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
JDBC_PASSWORD |
"jdbc.password" |
public static final String |
JDBC_USER |
"jdbc.user" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final String |
ABS_STR |
"ABS" |
protected static final String |
ADD_STR |
"+" |
protected static final String |
AND_STR |
"AND" |
protected static final String |
CEIL_STR |
"CEIL" |
protected static final String |
CHAR_LENGTH_STR |
"CHAR_LENGTH" |
protected static final String |
COALESCE_STR |
"COALESCE" |
protected static final String |
CONCAT_OP_STR |
"||" |
protected static final String |
CONCAT_STR |
"CONCAT" |
protected static final String |
CURRENT_TIMESTAMP_STR |
"CURRENT_TIMESTAMP" |
protected static final String |
DIVIDE_STR |
"/" |
protected static final String |
FLOOR_STR |
"FLOOR" |
protected static final String |
LCASE_STR |
"LCASE" |
protected static final String |
LENGTH_STR |
"LENGTH" |
protected static final String |
LOWER_STR |
"LOWER" |
protected static final String |
MULTIPLY_STR |
"*" |
protected static final String |
NOT_STR |
"NOT" |
protected static final String |
NULLIF_STR |
"NULLIF" |
protected static final String |
OR_STR |
"OR" |
protected static final String |
RAND_STR |
"RAND" |
protected static final String |
REGEXP_LIKE_STR |
"REGEXP_LIKE" |
protected static final String |
REGEXP_REPLACE_STR |
"REGEXP_REPLACE" |
protected static final String |
REPLACE_STR |
"REPLACE" |
protected static final String |
RIGHT_STR |
"RIGHT" |
protected static final String |
ROUND_STR |
"ROUND" |
protected static final String |
SUBSTR_STR |
"SUBSTR" |
protected static final String |
SUBSTRING_STR |
"SUBSTRING" |
protected static final String |
SUBTRACT_STR |
"-" |
protected static final String |
UCASE_STR |
"UCASE" |
protected static final String |
UPPER_STR |
"UPPER" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final String |
CURRENT_TZ_STR |
"REPLACE(TIME_FORMAT(TIMEDIFF(NOW(),CONVERT_TZ(NOW(),@@session.time_zone,\'+00:00\')),\'+%H:%i\'),\'+-\',\'-\')" |
protected static final String |
UUID_STR |
"UUID" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final String |
TEMPLATE |
"TO_TIMESTAMP_TZ(%s, \'YYYY-MM-DD HH24:MI:SSxFF TZH:TZM\')" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final String |
ABSTRACT_DB_TYPE_STR |
"AbstractDBType" |
protected static final String |
BIGINT_STR |
"BIGINT" |
protected static final String |
BINARY_LARGE_STR |
"BINARY LARGE OBJECT" |
protected static final String |
BINARY_STR |
"BINARY" |
protected static final String |
BINARY_VAR_STR |
"BINARY VARYING" |
protected static final String |
BLOB_STR |
"BLOB" |
protected static final String |
BOOLEAN_STR |
"BOOLEAN" |
protected static final String |
CHAR_LARGE_STR |
"CHARACTER LARGE OBJECT" |
public static final String |
CHAR_STR |
"CHAR" |
protected static final String |
CHAR_VAR_STR |
"CHARACTER VARYING" |
protected static final String |
CHARACTER_STR |
"CHARACTER" |
protected static final String |
CLOB_STR |
"CLOB" |
public static final String |
DATE_STR |
"DATE" |
protected static final String |
DECIMAL_STR |
"DECIMAL" |
protected static final String |
DOUBLE_PREC_STR |
"DOUBLE PRECISION" |
protected static final String |
DOUBLE_STR |
"DOUBLE" |
protected static final String |
FLOAT_STR |
"FLOAT" |
protected static final String |
INT_STR |
"INT" |
public static final String |
INTEGER_STR |
"INTEGER" |
protected static final String |
NATIONAL_CHAR_LARGE_STR |
"NATIONAL CHARACTER LARGE OBJECT" |
protected static final String |
NATIONAL_CHAR_STR |
"NATIONAL CHARACTER" |
protected static final String |
NATIONAL_CHAR_VAR_STR |
"NATIONAL CHARACTER VARYING" |
public static final String |
NATIONAL_TEXT_STR |
"NATIONAL TEXT" |
protected static final String |
NCHAR_STR |
"NCHAR" |
public static final String |
NTEXT_STR |
"NTEXT" |
protected static final String |
NUMERIC_STR |
"NUMERIC" |
protected static final String |
NVARCHAR_STR |
"NVARCHAR" |
protected static final String |
REAL_STR |
"REAL" |
public static final String |
SMALLINT_STR |
"SMALLINT" |
public static final String |
TEXT_STR |
"TEXT" |
public static final String |
TIME_STR |
"TIME" |
public static final String |
TIMESTAMP_STR |
"TIMESTAMP" |
public static final String |
TINYINT_STR |
"TINYINT" |
protected static final String |
VARBINARY_STR |
"VARBINARY" |
protected static final String |
VARCHAR_STR |
"VARCHAR" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final String |
BIGSERIAL_STR |
"BIGSERIAL" |
protected static final String |
BIT_STR |
"BIT" |
public static final String |
BOOL_STR |
"BOOL" |
protected static final String |
BPCHAR_STR |
"BPCHAR" |
protected static final String |
FLOAT4_STR |
"FLOAT4" |
protected static final String |
FLOAT8_STR |
"FLOAT8" |
protected static final String |
NAME_STR |
"NAME" |
public static final String |
SERIAL_STR |
"SERIAL" |
public static final String |
TIMESTAMPTZ_STR |
"TIMESTAMP_WITH_TIMEZONE" |
public static final String |
TIMETZ_STR |
"TIMETZ" |
public static final String |
UUID_STR |
"UUID" |
protected static final String |
VARBIT_STR |
"VARBIT" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
BIT_ONE_STR |
"BIT(1)" |
public static final String |
BIT_STR |
"BIT" |
public static final String |
DATETIME_STR |
"DATETIME" |
protected static final String |
ENUM_STR |
"ENUM" |
protected static final String |
LONGBLOB_STR |
"LONGBLOB" |
protected static final String |
LONGTEXT_STR |
"LONGTEXT" |
protected static final String |
MEDIUMBLOB_STR |
"MEDIUMBLOB" |
protected static final String |
MEDIUMINT_STR |
"MEDIUMINT" |
protected static final String |
MEDIUMTEXT_STR |
"MEDIUMTEXT" |
protected static final String |
SET_STR |
"SET" |
protected static final String |
TINYBLOB_STR |
"TINYBLOB" |
protected static final String |
TINYTEXT_STR |
"TINYTEXT" |
protected static final String |
UNSIGNED_SUFFIX |
" UNSIGNED" |
public static final String |
YEAR_STR |
"YEAR" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
BINARY_DOUBLE_STR |
"BINARY_DOUBLE" |
public static final String |
BINARY_FLOAT_STR |
"BINARY_FLOAT" |
public static final String |
NUMBER_19_STR |
"NUMBER(19)" |
public static final String |
NUMBER_STR |
"NUMBER" |
public static final String |
NVARCHAR2_STR |
"NVARCHAR2" |
public static final String |
TIMESTAMP_LOCAL_TZ_STR |
"TIMESTAMP WITH LOCAL TIME ZONE" |
public static final String |
TIMESTAMP_TZ_STR |
"TIMESTAMP WITH TIME ZONE" |
public static final String |
VARCHAR2_STR |
"VARCHAR2" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final String |
BIGSERIAL_STR |
"BIGSERIAL" |
protected static final String |
BIT_STR |
"BIT" |
public static final String |
BOOL_STR |
"BOOL" |
protected static final String |
BPCHAR_STR |
"BPCHAR" |
protected static final String |
FLOAT4_STR |
"FLOAT4" |
protected static final String |
FLOAT8_STR |
"FLOAT8" |
protected static final String |
INT2_STR |
"INT2" |
protected static final String |
INT4_STR |
"INT4" |
protected static final String |
INT8_STR |
"INT8" |
protected static final String |
NAME_STR |
"NAME" |
public static final String |
SERIAL_STR |
"SERIAL" |
public static final String |
TIMESTAMPTZ_STR |
"TIMESTAMPTZ" |
public static final String |
TIMETZ_STR |
"TIMETZ" |
public static final String |
UUID_STR |
"UUID" |
protected static final String |
VARBIT_STR |
"VARBIT" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final String |
BIT_STR |
"BIT" |
public static final String |
DATETIME_STR |
"DATETIME" |
public static final String |
DATETIME2_STR |
"DATETIME2" |
public static final String |
DATETIMEOFFSET_STR |
"DATETIMEOFFSET" |
public static final String |
UNIQUEIDENTIFIER_STR |
"UNIQUEIDENTIFIER" |
Copyright © 2009–2020 Free University of Bozen-Bolzano. All rights reserved.