public abstract static class RdbmsRepositoryService.RdbmsRepositoryMixin extends Object implements RdbmsRepositoryService
RdbmsRepositoryService.Activator, RdbmsRepositoryService.RdbmsRepositoryMixin| Constructor and Description |
|---|
RdbmsRepositoryMixin() |
| Modifier and Type | Method and Description |
|---|---|
org.openrdf.repository.RepositoryConnection |
getConnection() |
File |
getDataDir() |
org.openrdf.model.ValueFactory |
getValueFactory() |
void |
initialize() |
boolean |
isInitialized() |
boolean |
isWritable() |
void |
setDataDir(File file) |
void |
shutDown() |
public void setDataDir(File file)
setDataDir in interface org.openrdf.repository.Repositorypublic File getDataDir()
getDataDir in interface org.openrdf.repository.Repositorypublic void initialize()
throws org.openrdf.repository.RepositoryException
initialize in interface RdbmsRepositoryServiceinitialize in interface org.openrdf.repository.Repositoryorg.openrdf.repository.RepositoryExceptionpublic boolean isInitialized()
isInitialized in interface org.openrdf.repository.Repositorypublic void shutDown()
throws org.openrdf.repository.RepositoryException
shutDown in interface RdbmsRepositoryServiceshutDown in interface org.openrdf.repository.Repositoryorg.openrdf.repository.RepositoryExceptionpublic boolean isWritable()
throws org.openrdf.repository.RepositoryException
isWritable in interface org.openrdf.repository.Repositoryorg.openrdf.repository.RepositoryExceptionpublic org.openrdf.repository.RepositoryConnection getConnection()
throws org.openrdf.repository.RepositoryException
getConnection in interface org.openrdf.repository.Repositoryorg.openrdf.repository.RepositoryExceptionpublic org.openrdf.model.ValueFactory getValueFactory()
getValueFactory in interface org.openrdf.repository.Repository