Modifier and Type | Method and Description |
---|---|
KiWiConnection |
KiWiPersistence.getConnection()
Return a connection from the connection pool which already has the auto-commit disabled.
|
Modifier and Type | Method and Description |
---|---|
protected KiWiConnection |
DBTripleRegistry.aqcuireConnection() |
Modifier and Type | Method and Description |
---|---|
protected void |
DBTripleRegistry.releaseConnection(KiWiConnection con) |
Modifier and Type | Class and Description |
---|---|
class |
KiWiReasoningConnection
Extends the basic KiWiConnection by functionalities for storing, deleting and querying reasoner programs and rules
as well as justification information.
|
Modifier and Type | Field and Description |
---|---|
protected KiWiConnection |
KiWiSailConnection.databaseConnection
Internal JDBC connection to the database.
|
Modifier and Type | Method and Description |
---|---|
protected KiWiConnection |
KiWiValueFactory.aqcuireConnection() |
KiWiConnection |
KiWiSailConnection.getDatabaseConnection() |
Modifier and Type | Method and Description |
---|---|
org.openrdf.model.Statement |
KiWiValueFactory.createStatement(org.openrdf.model.Resource subject,
org.openrdf.model.URI predicate,
org.openrdf.model.Value object,
org.openrdf.model.Resource context,
KiWiConnection connection)
Creates a new statement with the supplied subject, predicate and object and associated context.
|
protected void |
KiWiValueFactory.releaseConnection(KiWiConnection con) |
protected void |
KiWiValueFactory.releaseRegistry(KiWiConnection connection) |
Modifier and Type | Class and Description |
---|---|
class |
KiWiVersioningConnection
Add file description here!
Author: Sebastian Schaffert
|
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.