Class SIRepository
- java.lang.Object
-
- it.unibz.inf.ontop.si.repository.impl.SIRepository
-
public class SIRepository extends Object
Wrapper for RDBMSSIRepositoryManager
-
-
Constructor Summary
Constructors Constructor Description SIRepository(ClassifiedTBox tbox, LoadingConfiguration loadingConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConnectioncreateConnection()SQLPPMappingcreateMappings()StringgetJdbcDriver()StringgetJdbcUrl()StringgetPassword()StringgetUser()intinsertData(Connection connection, Iterator<RDFFact> iterator)
-
-
-
Constructor Detail
-
SIRepository
public SIRepository(ClassifiedTBox tbox, LoadingConfiguration loadingConfiguration)
-
-
Method Detail
-
getJdbcUrl
public String getJdbcUrl()
-
getUser
public String getUser()
-
getPassword
public String getPassword()
-
getJdbcDriver
public String getJdbcDriver()
-
insertData
public int insertData(Connection connection, Iterator<RDFFact> iterator) throws SQLException
- Throws:
SQLException
-
createConnection
public Connection createConnection() throws SemanticIndexException
- Throws:
SemanticIndexException
-
createMappings
public SQLPPMapping createMappings()
-
-