|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BigdataSailRepositoryConnection | |
|---|---|
| com.bigdata.rdf.sail | This package contains the SAIL that allow bigdata to be used as a backend for the Sesame 2.x platform. |
| com.bigdata.rdf.sail.webapp | |
| com.bigdata.rdf.sparql.ast.eval | |
| Uses of BigdataSailRepositoryConnection in com.bigdata.rdf.sail |
|---|
| Methods in com.bigdata.rdf.sail that return BigdataSailRepositoryConnection | |
|---|---|
BigdataSailRepositoryConnection |
BigdataSailRepository.getConnection()
|
BigdataSailRepositoryConnection |
BigdataSailRepository.getReadOnlyConnection()
Obtain a read-only connection to the database at the last commit point. |
BigdataSailRepositoryConnection |
BigdataSailRepository.getReadOnlyConnection(long timestamp)
Obtain a read-only connection to the database from a historical commit point. |
BigdataSailRepositoryConnection |
BigdataSailRepository.getReadWriteConnection()
Return a connection backed by a read-write transaction. |
BigdataSailRepositoryConnection |
BigdataSailRepository.getUnisolatedConnection()
Return an unisolated connection to the database. |
| Constructors in com.bigdata.rdf.sail with parameters of type BigdataSailRepositoryConnection | |
|---|---|
BigdataSailBooleanQuery(ASTContainer astContainer,
BigdataSailRepositoryConnection con)
|
|
BigdataSailGraphQuery(ASTContainer astContainer,
BigdataSailRepositoryConnection con)
|
|
BigdataSailTupleQuery(ASTContainer astContainer,
BigdataSailRepositoryConnection con)
|
|
BigdataSailUpdate(ASTContainer astContainer,
BigdataSailRepositoryConnection con)
|
|
| Uses of BigdataSailRepositoryConnection in com.bigdata.rdf.sail.webapp |
|---|
| Methods in com.bigdata.rdf.sail.webapp that return BigdataSailRepositoryConnection | |
|---|---|
BigdataSailRepositoryConnection |
BigdataRDFContext.getQueryConnection(String namespace,
long timestamp)
Return a read-only transaction which will read from the commit point associated with the given timestamp. |
BigdataSailRepositoryConnection |
BigdataRDFContext.getUnisolatedConnection(String namespace)
Return an UNISOLATED connection. |
| Methods in com.bigdata.rdf.sail.webapp with parameters of type BigdataSailRepositoryConnection | |
|---|---|
protected abstract void |
BigdataRDFContext.AbstractQueryTask.doQuery(BigdataSailRepositoryConnection cxn,
OutputStream os)
Execute the query. |
| Uses of BigdataSailRepositoryConnection in com.bigdata.rdf.sparql.ast.eval |
|---|
| Fields in com.bigdata.rdf.sparql.ast.eval declared as BigdataSailRepositoryConnection | |
|---|---|
BigdataSailRepositoryConnection |
AST2BOpUpdateContext.conn
|
| Methods in com.bigdata.rdf.sparql.ast.eval with parameters of type BigdataSailRepositoryConnection | |
|---|---|
static void |
ASTEvalHelper.executeUpdate(BigdataSailRepositoryConnection conn,
ASTContainer astContainer,
Dataset dataset,
boolean includeInferred)
Evaluate a SPARQL UPDATE request (core method). |
| Constructors in com.bigdata.rdf.sparql.ast.eval with parameters of type BigdataSailRepositoryConnection | |
|---|---|
AST2BOpUpdateContext(ASTContainer astContainer,
BigdataSailRepositoryConnection conn)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||