public class DenodoDBTypeFactory extends DefaultSQLDBTypeFactory
DefaultSQLDBTypeFactory.DefaultTypeCode| Modifier and Type | Field and Description |
|---|---|
protected static String |
BIGSERIAL_STR |
protected static String |
BIT_STR |
static String |
BOOL_STR |
protected static String |
BPCHAR_STR |
protected static String |
FLOAT4_STR |
protected static String |
FLOAT8_STR |
protected static String |
NAME_STR |
static String |
SERIAL_STR |
static String |
TIMESTAMPTZ_STR |
static String |
TIMETZ_STR |
static String |
UUID_STR |
protected static String |
VARBIT_STR |
ABSTRACT_DB_TYPE_STR, BIGINT_STR, BINARY_LARGE_STR, BINARY_STR, BINARY_VAR_STR, BLOB_STR, BOOLEAN_STR, CHAR_LARGE_STR, CHAR_STR, CHAR_VAR_STR, CHARACTER_STR, CLOB_STR, DATE_STR, DECIMAL_STR, defaultStrictEqSupport, DOUBLE_PREC_STR, DOUBLE_STR, FLOAT_STR, INT_STR, INTEGER_STR, NATIONAL_CHAR_LARGE_STR, NATIONAL_CHAR_STR, NATIONAL_CHAR_VAR_STR, NATIONAL_TEXT_STR, NCHAR_STR, NTEXT_STR, NUMERIC_STR, NVARCHAR_STR, REAL_STR, SMALLINT_STR, TEXT_STR, TIME_STR, TIMESTAMP_STR, TINYINT_STR, VARBINARY_STR, VARCHAR_STR| Modifier | Constructor and Description |
|---|---|
protected |
DenodoDBTypeFactory(it.unibz.inf.ontop.model.type.TermType rootTermType,
it.unibz.inf.ontop.model.type.TypeFactory typeFactory) |
| Modifier and Type | Method and Description |
|---|---|
protected static com.google.common.collect.ImmutableMap<DefaultSQLDBTypeFactory.DefaultTypeCode,String> |
createDenodoCodeMap() |
protected static Map<String,it.unibz.inf.ontop.model.type.DBTermType> |
createDenodoTypeMap(it.unibz.inf.ontop.model.type.TermType rootTermType,
it.unibz.inf.ontop.model.type.TypeFactory typeFactory) |
createDefaultSQLCodeMap, createDefaultSQLTypeMap, getAbstractRootDBType, getDBBooleanType, getDBDateTimestampType, getDBDateType, getDBDecimalType, getDBDoubleType, getDBFalseLexicalValue, getDBHexBinaryType, getDBLargeIntegerType, getDBNaNLexicalValue, getDBStringType, getDBTermType, getDBTermType, getDBTimeType, getDBTrueLexicalValue, getNullLexicalValue, preprocessTypeName, preprocessTypeNameprotected static final String VARBIT_STR
protected static final String BIT_STR
protected static final String FLOAT4_STR
protected static final String FLOAT8_STR
public static final String SERIAL_STR
protected static final String BIGSERIAL_STR
protected static final String BPCHAR_STR
protected static final String NAME_STR
public static final String TIMESTAMPTZ_STR
public static final String TIMETZ_STR
public static final String BOOL_STR
public static final String UUID_STR
protected DenodoDBTypeFactory(it.unibz.inf.ontop.model.type.TermType rootTermType,
it.unibz.inf.ontop.model.type.TypeFactory typeFactory)
protected static Map<String,it.unibz.inf.ontop.model.type.DBTermType> createDenodoTypeMap(it.unibz.inf.ontop.model.type.TermType rootTermType, it.unibz.inf.ontop.model.type.TypeFactory typeFactory)
protected static com.google.common.collect.ImmutableMap<DefaultSQLDBTypeFactory.DefaultTypeCode,String> createDenodoCodeMap()
Copyright © 2009–2020 Free University of Bozen-Bolzano. All rights reserved.