| java.lang.Object org.openrdf.repository.base.RepositoryConnectionBase org.openrdf.repository.sail.SailRepositoryConnection
Method Summary | |
protected void | addWithoutCommit(Resource subject, URI predicate, Value object, Resource... contexts) | public void | clear(Resource... contexts) | public void | clearNamespaces() | public void | close() | public void | commit() | protected RepositoryResult<E> | createRepositoryResult(CloseableIteration<? extends E, SailException> sailIter) | public void | exportStatements(Resource subj, URI pred, Value obj, boolean includeInferred, RDFHandler handler, Resource... contexts) | public RepositoryResult<Resource> | getContextIDs() | public String | getNamespace(String prefix) | public RepositoryResult<Namespace> | getNamespaces() | public SailConnection | getSailConnection() Returns the underlying SailConnection. | public RepositoryResult<Statement> | getStatements(Resource subj, URI pred, Value obj, boolean includeInferred, Resource... contexts) | public SailBooleanQuery | prepareBooleanQuery(QueryLanguage ql, String queryString, String baseURI) | public SailGraphQuery | prepareGraphQuery(QueryLanguage ql, String queryString, String baseURI) | public SailQuery | prepareQuery(QueryLanguage ql, String queryString, String baseURI) | public SailTupleQuery | prepareTupleQuery(QueryLanguage ql, String queryString, String baseURI) | public void | removeNamespace(String prefix) | protected void | removeWithoutCommit(Resource subject, URI predicate, Value object, Resource... contexts) | public void | rollback() | public void | setNamespace(String prefix, String name) | public long | size(Resource... contexts) |
createRepositoryResult | protected RepositoryResult<E> createRepositoryResult(CloseableIteration<? extends E, SailException> sailIter)(Code) | | Wraps a CloseableIteration coming from a Sail in a RepositoryResult
object, applying the required conversions
|
getSailConnection | public SailConnection getSailConnection()(Code) | | Returns the underlying SailConnection.
|
Fields inherited from org.openrdf.repository.base.RepositoryConnectionBase | final protected Logger logger(Code)(Java Doc)
|
Methods inherited from org.openrdf.repository.base.RepositoryConnectionBase | public void add(File file, String baseURI, RDFFormat dataFormat, Resource... contexts) throws IOException, RDFParseException, RepositoryException(Code)(Java Doc) public void add(URL url, String baseURI, RDFFormat dataFormat, Resource... contexts) throws IOException, RDFParseException, RepositoryException(Code)(Java Doc) public void add(InputStream in, String baseURI, RDFFormat dataFormat, Resource... contexts) throws IOException, RDFParseException, RepositoryException(Code)(Java Doc) public void add(Reader reader, String baseURI, RDFFormat dataFormat, Resource... contexts) throws IOException, RDFParseException, RepositoryException(Code)(Java Doc) public void add(Iterable<? extends Statement> statements, Resource... contexts) throws RepositoryException(Code)(Java Doc) public void add(Iteration<? extends Statement, E> statementIter, Resource... contexts) throws RepositoryException, E(Code)(Java Doc) public void add(Statement st, Resource... contexts) throws RepositoryException(Code)(Java Doc) public void add(Resource subject, URI predicate, Value object, Resource... contexts) throws RepositoryException(Code)(Java Doc) protected void addInputStreamOrReader(Object inputStreamOrReader, String baseURI, RDFFormat dataFormat, Resource... contexts) throws IOException, RDFParseException, RepositoryException(Code)(Java Doc) protected void addWithoutCommit(Statement st, Resource... contexts) throws RepositoryException(Code)(Java Doc) abstract protected void addWithoutCommit(Resource subject, URI predicate, Value object, Resource... contexts) throws RepositoryException(Code)(Java Doc) protected void autoCommit() throws RepositoryException(Code)(Java Doc) public void clear(Resource... contexts) throws RepositoryException(Code)(Java Doc) public void close() throws RepositoryException(Code)(Java Doc) public void export(RDFHandler handler, Resource... contexts) throws RepositoryException, RDFHandlerException(Code)(Java Doc) protected void finalize() throws Throwable(Code)(Java Doc) public Repository getRepository()(Code)(Java Doc) public boolean hasStatement(Resource subj, URI pred, Value obj, boolean includeInferred, Resource... contexts) throws RepositoryException(Code)(Java Doc) public boolean hasStatement(Statement st, boolean includeInferred, Resource... contexts) throws RepositoryException(Code)(Java Doc) public boolean isAutoCommit() throws RepositoryException(Code)(Java Doc) public boolean isEmpty() throws RepositoryException(Code)(Java Doc) public boolean isOpen() throws RepositoryException(Code)(Java Doc) public BooleanQuery prepareBooleanQuery(QueryLanguage ql, String query) throws MalformedQueryException, RepositoryException(Code)(Java Doc) public GraphQuery prepareGraphQuery(QueryLanguage ql, String query) throws MalformedQueryException, RepositoryException(Code)(Java Doc) public Query prepareQuery(QueryLanguage ql, String query) throws MalformedQueryException, RepositoryException(Code)(Java Doc) public TupleQuery prepareTupleQuery(QueryLanguage ql, String query) throws MalformedQueryException, RepositoryException(Code)(Java Doc) public void remove(Iterable<? extends Statement> statements, Resource... contexts) throws RepositoryException(Code)(Java Doc) public void remove(Iteration<? extends Statement, E> statementIter, Resource... contexts) throws RepositoryException, E(Code)(Java Doc) public void remove(Statement st, Resource... contexts) throws RepositoryException(Code)(Java Doc) public void remove(Resource subject, URI predicate, Value object, Resource... contexts) throws RepositoryException(Code)(Java Doc) protected void removeWithoutCommit(Statement st, Resource... contexts) throws RepositoryException(Code)(Java Doc) abstract protected void removeWithoutCommit(Resource subject, URI predicate, Value object, Resource... contexts) throws RepositoryException(Code)(Java Doc) public void setAutoCommit(boolean autoCommit) throws RepositoryException(Code)(Java Doc)
|
|
|