Package | Description |
---|---|
cz.cuni.mff.odcleanstore.connection |
Helper classes for working with connection to a Virtuoso database instance.
|
cz.cuni.mff.odcleanstore.data | |
cz.cuni.mff.odcleanstore.engine.db | |
cz.cuni.mff.odcleanstore.linker.impl |
Linker implementation.
|
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.dropGraph(String graphName)
Drop graph from the database.
|
int |
VirtuosoConnectionWrapper.execute(String query)
Executes a general SQL/SPARQL query.
|
int |
VirtuosoConnectionWrapper.execute(String query,
Object... objects)
Executes a general SQL/SPARQL query.
|
boolean |
VirtuosoConnectionWrapper.executeAsk(String query)
Executes a SPARQL ASK query and returns the result.
|
int |
VirtuosoConnectionWrapper.executeNullsAllowed(String query,
Object... objects)
Executes a general SQL/SPARQL query with nulls object allowed.
|
WrappedResultSet |
VirtuosoConnectionWrapper.executeSelect(String query)
Executes an SQL/SPARQL SELECT query and returns a wrapper for the result.
|
WrappedResultSet |
VirtuosoConnectionWrapper.executeSelect(String query,
Object... objects)
Executes an SQL/SPARQL SELECT query and returns a wrapper for the result.
|
void |
VirtuosoConnectionWrapper.exportToTTL(File exportFile,
String graphName)
Exports a named graph to the given file in TTL format.
|
String |
VirtuosoConnectionWrapper.getServerRoot()
Returns Virtuoso server working directory.
|
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.
|
void |
VirtuosoConnectionWrapper.renameGraph(String srcGraphName,
String dstGraphName)
Rename graph in DB.DBA.RDF_QUAD.
|
Modifier and Type | Method and Description |
---|---|
static File |
GraphLoaderUtils.getImportExportTmpFile(VirtuosoConnectionWrapper connection,
EnumDatabaseInstance databaseInstance)
Returns unique temporary file in import/export directory.
|
Modifier and Type | Method and Description |
---|---|
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.
|
protected WrappedResultSet |
DbContext.select(String query)
Select query.
|
protected WrappedResultSet |
DbContext.select(String query,
Object... objects)
Select query with parameters.
|
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
|
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 |
---|---|
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.