Package | Description |
---|---|
cz.cuni.mff.odcleanstore.connection |
Helper classes for working with connection to a Virtuoso database instance.
|
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.
|
Copyright © 2013. All Rights Reserved.