Package it.unibz.inf.ontop.model.type
Interface SQLDBTypeFactory
-
- All Superinterfaces:
DBTypeFactory
- All Known Implementing Classes:
DB2DBTypeFactory,DefaultSQLDBTypeFactory,DenodoDBTypeFactory,DremioSQLDBTypeFactory,H2SQLDBTypeFactory,MySQLDBTypeFactory,OracleDBTypeFactory,PostgreSQLDBTypeFactory,SparkSQLDBTypeFactory,SQLServerDBTypeFactory,TeiidSQLDBTypeFactory
public interface SQLDBTypeFactory extends DBTypeFactory
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface it.unibz.inf.ontop.model.type.DBTypeFactory
DBTypeFactory.Factory
-
-
Method Summary
-
Methods inherited from interface it.unibz.inf.ontop.model.type.DBTypeFactory
getAbstractRootDBType, getDBBooleanType, getDBDateTimestampType, getDBDateType, getDBDecimalType, getDBDoubleType, getDBFalseLexicalValue, getDBGeographyType, getDBGeometryType, getDBHexBinaryType, getDBLargeIntegerType, getDBNaNLexicalValue, getDBStringType, getDBTermType, getDBTermType, getDBTimeType, getDBTrueLexicalValue, getNullLexicalValue, supportsDBDistanceSphere, supportsDBGeographyType, supportsDBGeometryType
-
-