Uses of Class
it.unibz.inf.ontop.model.type.impl.DefaultSQLDBTypeFactory.DefaultTypeCode
-
Packages that use DefaultSQLDBTypeFactory.DefaultTypeCode Package Description it.unibz.inf.ontop.model.type.impl -
-
Uses of DefaultSQLDBTypeFactory.DefaultTypeCode in it.unibz.inf.ontop.model.type.impl
Methods in it.unibz.inf.ontop.model.type.impl that return DefaultSQLDBTypeFactory.DefaultTypeCode Modifier and Type Method Description static DefaultSQLDBTypeFactory.DefaultTypeCodeDefaultSQLDBTypeFactory.DefaultTypeCode. valueOf(String name)Returns the enum constant of this type with the specified name.static DefaultSQLDBTypeFactory.DefaultTypeCode[]DefaultSQLDBTypeFactory.DefaultTypeCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in it.unibz.inf.ontop.model.type.impl that return types with arguments of type DefaultSQLDBTypeFactory.DefaultTypeCode Modifier and Type Method Description protected static it.unibz.inf.ontop.com.google.common.collect.ImmutableMap<DefaultSQLDBTypeFactory.DefaultTypeCode,String>DB2DBTypeFactory. createDB2CodeMap()protected static Map<DefaultSQLDBTypeFactory.DefaultTypeCode,String>DefaultSQLDBTypeFactory. createDefaultSQLCodeMap()Returns a mutable map so that it can be modified by sub-classes NB: we use the largest option among the DB datatypes mapped to the same XSD type.protected static it.unibz.inf.ontop.com.google.common.collect.ImmutableMap<DefaultSQLDBTypeFactory.DefaultTypeCode,String>DenodoDBTypeFactory. createDenodoCodeMap()protected static it.unibz.inf.ontop.com.google.common.collect.ImmutableMap<DefaultSQLDBTypeFactory.DefaultTypeCode,String>MySQLDBTypeFactory. createMySQLCodeMap()protected static it.unibz.inf.ontop.com.google.common.collect.ImmutableMap<DefaultSQLDBTypeFactory.DefaultTypeCode,String>PostgreSQLDBTypeFactory. createPostgreSQLCodeMap()protected static it.unibz.inf.ontop.com.google.common.collect.ImmutableMap<DefaultSQLDBTypeFactory.DefaultTypeCode,String>TeiidSQLDBTypeFactory. createTeiidSQLCodeMap()Constructor parameters in it.unibz.inf.ontop.model.type.impl with type arguments of type DefaultSQLDBTypeFactory.DefaultTypeCode Constructor Description DefaultSQLDBTypeFactory(Map<String,DBTermType> typeMap, it.unibz.inf.ontop.com.google.common.collect.ImmutableMap<DefaultSQLDBTypeFactory.DefaultTypeCode,String> defaultTypeCodeMap)
-