Package | Description |
---|---|
cz.cuni.mff.odcleanstore.connection |
Helper classes for working with connection to a Virtuoso database instance.
|
cz.cuni.mff.odcleanstore.engine.db | |
cz.cuni.mff.odcleanstore.linker.impl |
Linker implementation.
|
cz.cuni.mff.odcleanstore.webfrontend.dao |
The DAO layer.
|
cz.cuni.mff.odcleanstore.webfrontend.dao.onto |
Ontology management related DAO classes.
|
cz.cuni.mff.odcleanstore.webfrontend.validators |
Custom Wicket validators.
|
Modifier and Type | Method and Description |
---|---|
void |
VirtuosoConnectionWrapper.adjustTransactionIsolationLevel(int level)
Adjust transaction isolation level.
|
EnumLogLevel |
VirtuosoConnectionWrapper.adjustTransactionLevel(EnumLogLevel logLevel)
Adjust transaction logging level and auto commit.
|
void |
VirtuosoConnectionWrapper.close()
Closes the wrapped connection.
|
static VirtuosoConnectionWrapper |
VirtuosoConnectionWrapper.createConnection(JDBCConnectionCredentials connectionCredentials)
Create a new connection and return its wrapper.
|
void |
VirtuosoConnectionWrapper.insertN3FromFile(File ttlFile,
String graphName,
String relativeBase)
Insert RDF data from file in N3 format to the database.
|
void |
VirtuosoConnectionWrapper.insertRdfXmlFromFile(File rdfXmlFile,
String graphName,
String relativeBase)
Insert RDF data from file in rdfXml format to the database.
|
Modifier and Type | Method and Description |
---|---|
void |
DbContextTransactional.commit()
Commit changes.
|
protected int |
DbContext.execute(String query)
Execute general query.
|
protected int |
DbContext.execute(String query,
Object... objects)
Execute general query with parameters.
|
protected int |
DbContext.executeNullsAlllowed(String query,
Object... objects)
Execute general query with parameters, nulls parameters are allowed.
|
void |
DbContextTransactional.rollback()
Rollback changes.
|
protected WrappedResultSet |
DbContext.select(String query)
Select query.
|
protected WrappedResultSet |
DbContext.select(String query,
Object... objects)
Select query with parameters.
|
protected void |
DbContextTransactional.setConnection(JDBCConnectionCredentials connectionCredentials) |
protected void |
DbContext.setConnection(JDBCConnectionCredentials connectionCredentials)
Set connections to database.
|
Modifier and Type | Method and Description |
---|---|
void |
LinkerDao.clearGraph(String graphId)
Deletes given graph from the RDF database.
|
void |
LinkerDao.createGraphGroup(String groupName,
Set<String> graphNames,
EnumDatabaseInstance db)
Creates a graph group (metagraph) in clean or dirty database and adds graphs to it.
|
void |
LinkerDao.deleteGraphGroup(String groupName,
EnumDatabaseInstance db,
boolean isSilent)
Deletes given graph group.
|
Set<String> |
LinkerDao.getAllGraphNames()
Load all RDF graphs' names from the clean database
|
static LinkerDao |
LinkerDao.getInstance(JDBCConnectionCredentials cleanDBCredentials,
JDBCConnectionCredentials dirtyDBCredentials)
Creates singleton instance.
|
void |
LinkerDao.loadLabels(Map<String,String> uriLabelMap)
Loads labels (rdfs:label) for given URIs.
|
List<SilkRule> |
LinkerDao.loadRules(Integer[] groups,
TableVersion tableVersion)
Loads rules from given groups from the database.
|
Modifier and Type | Method and Description |
---|---|
protected VirtuosoConnectionWrapper |
Dao.createVirtuosoConnectionWrapper(EnumDatabaseInstance dbInstance)
Creates a
VirtuosoConnectionWrapper for the given database instance. |
Modifier and Type | Method and Description |
---|---|
void |
OntologyMappingDao.addMapping(Integer ontologyId,
Mapping mapping) |
Modifier and Type | Method and Description |
---|---|
void |
RegexValidator.validate(String regexValue,
String replacementValue) |
Copyright © 2013. All Rights Reserved.