Class AbstractRepositoryConnection

java.lang.Object
org.eclipse.rdf4j.repository.base.AbstractRepositoryConnection
All Implemented Interfaces:
AutoCloseable, RepositoryConnection
Direct Known Subclasses:
RepositoryConnectionWrapper, SailRepositoryConnection, SPARQLConnection

public abstract class AbstractRepositoryConnection extends Object implements RepositoryConnection
Abstract class implementing most 'convenience' methods in the RepositoryConnection interface by transforming parameters and mapping the methods to the basic (abstractly declared) methods.

Open connections are automatically closed when being garbage collected. A warning message will be logged when the system property org.eclipse.rdf4j.repository.debug has been set to a non-null value.

Author:
Jeen Broekstra, Arjohn Kampman