Package | Description |
---|---|
org.openrdf.repository |
The Repository API: the main API for handling Sesame repositories.
|
org.openrdf.repository.base | |
org.openrdf.repository.sail |
Repository implementation for local RDF databases that
implement the SAIL API.
|
org.openrdf.repository.sparql |
A repository that serves as a client for a SPARQL endpoint.
|
Modifier and Type | Method and Description |
---|---|
boolean |
RepositoryConnection.isActive()
Indicates if a transaction is currently active on the connection.
|
Modifier and Type | Method and Description |
---|---|
boolean |
RepositoryConnectionWrapper.isActive() |
Modifier and Type | Method and Description |
---|---|
boolean |
SailRepositoryConnection.isActive() |
Modifier and Type | Method and Description |
---|---|
boolean |
SPARQLConnection.isActive() |
Copyright © 2001–2017 Aduna. All rights reserved.