Class OntopSQLCoreSettingsImpl
- java.lang.Object
-
- it.unibz.inf.ontop.injection.impl.OntopModelSettingsImpl
-
- it.unibz.inf.ontop.injection.impl.OntopOBDASettingsImpl
-
- it.unibz.inf.ontop.injection.impl.OntopSQLCoreSettingsImpl
-
- All Implemented Interfaces:
OntopModelSettings,OntopOBDASettings,OntopSQLCoreSettings
- Direct Known Subclasses:
OntopSQLCredentialSettingsImpl
public class OntopSQLCoreSettingsImpl extends OntopOBDASettingsImpl implements OntopSQLCoreSettings
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface it.unibz.inf.ontop.injection.OntopModelSettings
OntopModelSettings.CardinalityPreservationMode
-
-
Field Summary
-
Fields inherited from interface it.unibz.inf.ontop.injection.OntopModelSettings
CARDINALITY_MODE, TEST_MODE
-
Fields inherited from interface it.unibz.inf.ontop.injection.OntopOBDASettings
ALLOW_RETRIEVING_BLACK_BOX_VIEW_METADATA_FROM_DB, SAME_AS
-
Fields inherited from interface it.unibz.inf.ontop.injection.OntopSQLCoreSettings
JDBC_DRIVER, JDBC_URL
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedOntopSQLCoreSettingsImpl(Properties userProperties)Beware: immutable class!
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StringextractJdbcDriver(Properties userProperties)static StringextractJdbcUrl(Properties userProperties)StringgetJdbcDriver()StringgetJdbcUrl()-
Methods inherited from class it.unibz.inf.ontop.injection.impl.OntopOBDASettingsImpl
allowRetrievingBlackBoxViewMetadataFromDB, isSameAsInMappingsEnabled
-
Methods inherited from class it.unibz.inf.ontop.injection.impl.OntopModelSettingsImpl
contains, copyProperties, get, getCardinalityPreservationMode, getProperty, getPropertyKeys, isTestModeEnabled, loadDefaultPropertiesFromFile
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface it.unibz.inf.ontop.injection.OntopModelSettings
contains, getCardinalityPreservationMode, getProperty, isTestModeEnabled
-
Methods inherited from interface it.unibz.inf.ontop.injection.OntopOBDASettings
allowRetrievingBlackBoxViewMetadataFromDB, isSameAsInMappingsEnabled
-
-
-
-
Constructor Detail
-
OntopSQLCoreSettingsImpl
protected OntopSQLCoreSettingsImpl(Properties userProperties)
Beware: immutable class!Recommended constructor.
Changing the Properties object afterwards will not have any effect on this OntopSQLCoreSettings object.
- Parameters:
userProperties-
-
-
Method Detail
-
extractJdbcUrl
public static String extractJdbcUrl(Properties userProperties)
-
extractJdbcDriver
public static String extractJdbcDriver(Properties userProperties)
-
getJdbcUrl
public String getJdbcUrl()
- Specified by:
getJdbcUrlin interfaceOntopSQLCoreSettings
-
getJdbcDriver
public String getJdbcDriver()
- Specified by:
getJdbcDriverin interfaceOntopSQLCoreSettings
-
-