| Package | Description |
|---|---|
| it.unibz.inf.ontop.model.type.impl |
| Modifier and Type | Method and Description |
|---|---|
static DefaultSQLDBTypeFactory.DefaultTypeCode |
DefaultSQLDBTypeFactory.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.
|
| Modifier and Type | Method and Description |
|---|---|
protected static 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 com.google.common.collect.ImmutableMap<DefaultSQLDBTypeFactory.DefaultTypeCode,String> |
DenodoDBTypeFactory.createDenodoCodeMap() |
protected static com.google.common.collect.ImmutableMap<DefaultSQLDBTypeFactory.DefaultTypeCode,String> |
MySQLDBTypeFactory.createMySQLCodeMap() |
protected static com.google.common.collect.ImmutableMap<DefaultSQLDBTypeFactory.DefaultTypeCode,String> |
PostgreSQLDBTypeFactory.createPostgreSQLCodeMap() |
| Constructor and Description |
|---|
DefaultSQLDBTypeFactory(Map<String,it.unibz.inf.ontop.model.type.DBTermType> typeMap,
com.google.common.collect.ImmutableMap<DefaultSQLDBTypeFactory.DefaultTypeCode,String> defaultTypeCodeMap) |
Copyright © 2009–2020 Free University of Bozen-Bolzano. All rights reserved.