Class DB2DBTypeFactory
- java.lang.Object
-
- it.unibz.inf.ontop.model.type.impl.DefaultSQLDBTypeFactory
-
- it.unibz.inf.ontop.model.type.impl.DB2DBTypeFactory
-
- All Implemented Interfaces:
DBTypeFactory,SQLDBTypeFactory
public class DB2DBTypeFactory extends DefaultSQLDBTypeFactory
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class it.unibz.inf.ontop.model.type.impl.DefaultSQLDBTypeFactory
DefaultSQLDBTypeFactory.DefaultTypeCode
-
Nested classes/interfaces inherited from interface it.unibz.inf.ontop.model.type.DBTypeFactory
DBTypeFactory.Factory
-
-
Field Summary
-
Fields inherited from class it.unibz.inf.ontop.model.type.impl.DefaultSQLDBTypeFactory
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
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDB2DBTypeFactory(TermType rootTermType, TypeFactory typeFactory)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static it.unibz.inf.ontop.com.google.common.collect.ImmutableMap<DefaultSQLDBTypeFactory.DefaultTypeCode,String>createDB2CodeMap()protected static Map<String,DBTermType>createDB2TypeMap(TermType rootTermType, TypeFactory typeFactory)-
Methods inherited from class it.unibz.inf.ontop.model.type.impl.DefaultSQLDBTypeFactory
createDefaultSQLCodeMap, createDefaultSQLTypeMap, getAbstractRootDBType, getDBBooleanType, getDBDateTimestampType, getDBDateType, getDBDecimalType, getDBDoubleType, getDBFalseLexicalValue, getDBGeographyType, getDBGeometryType, getDBHexBinaryType, getDBLargeIntegerType, getDBNaNLexicalValue, getDBStringType, getDBTermType, getDBTermType, getDBTimeType, getDBTrueLexicalValue, getNullLexicalValue, preprocessTypeName, preprocessTypeName, supportsDBDistanceSphere, supportsDBGeographyType, supportsDBGeometryType
-
-
-
-
Constructor Detail
-
DB2DBTypeFactory
protected DB2DBTypeFactory(TermType rootTermType, TypeFactory typeFactory)
-
-
Method Detail
-
createDB2TypeMap
protected static Map<String,DBTermType> createDB2TypeMap(TermType rootTermType, TypeFactory typeFactory)
-
createDB2CodeMap
protected static it.unibz.inf.ontop.com.google.common.collect.ImmutableMap<DefaultSQLDBTypeFactory.DefaultTypeCode,String> createDB2CodeMap()
-
-