All Downloads are FREE. Search and download functionalities are using the official Maven repository.

it.unibz.inf.ontop.injection.OntopSQLCoreSettings Maven / Gradle / Ivy

There is a newer version: 5.2.1.1
Show newest version
package it.unibz.inf.ontop.injection;

import java.util.Optional;

public interface OntopSQLCoreSettings extends OntopOBDASettings {

    String getJdbcUrl();
    String getJdbcName();
    Optional getJdbcDriver();

    //-------
    // Keys
    //-------

    String JDBC_URL = "jdbc.url";
    String JDBC_NAME = "jdbc.name";
    String JDBC_DRIVER = "jdbc.driver";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy