|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.server.repository.graph.RepositoryDataSet
public class RepositoryDataSet
Dataset that exposes the visible NamedGraphs on the server. If a timestamp is set, all queries are limited to what contents of store were at the given timestamp.
| Constructor Summary | |
|---|---|
RepositoryDataSet()
|
|
| Method Summary | |
|---|---|
static java.lang.Iterable<Quad> |
findQuads(RepositoryConnection repositoryConnection,
org.openrdf.model.Resource subj,
org.openrdf.model.URI prop,
org.openrdf.model.Value obj,
boolean includeInferredStatements,
java.lang.Long lastTransactionTime,
boolean metadataGraphs,
boolean defaultGraphs)
Find quads that match the provided statement pattern |
static java.lang.Iterable<Quad> |
findQuads(RepositoryConnection repositoryConnection,
org.openrdf.model.Resource subj,
org.openrdf.model.URI prop,
org.openrdf.model.Value obj,
java.lang.Long namedGraphId,
boolean includeInferredStatements,
java.lang.Long lastTransactionTime,
boolean includeStandardData)
Find the quads that match the provided statement pattern |
static java.lang.Iterable<Quad> |
findQuads(RepositoryConnection repositoryConnection,
org.openrdf.model.Resource subj,
org.openrdf.model.URI prop,
org.openrdf.model.Value obj,
org.openrdf.model.Resource namedGraphUri,
boolean includeInferredStatements,
java.lang.Long lastTransactionTime,
boolean includeStandardData)
Find the quads that match the provided statement pattern |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RepositoryDataSet()
| Method Detail |
|---|
public static java.lang.Iterable<Quad> findQuads(RepositoryConnection repositoryConnection,
org.openrdf.model.Resource subj,
org.openrdf.model.URI prop,
org.openrdf.model.Value obj,
org.openrdf.model.Resource namedGraphUri,
boolean includeInferredStatements,
java.lang.Long lastTransactionTime,
boolean includeStandardData)
throws java.sql.SQLException,
AnzoException
repositoryConnection - connection to databasesubj - subject of statement, or wildcard if nullprop - property of statement, or wildcard if nullobj - object of statement, or wildcard if nullnamedGraphUri - namedgraph uri of statement, or wildcard if nullincludeInferredStatements - include inferred triples in search resultslastTransactionTime - timestamp to use in queriesincludeStandardData - include the System Graph's statements about itself, ie the System Graph's acl and metadata
java.sql.SQLException
AnzoException
public static java.lang.Iterable<Quad> findQuads(RepositoryConnection repositoryConnection,
org.openrdf.model.Resource subj,
org.openrdf.model.URI prop,
org.openrdf.model.Value obj,
java.lang.Long namedGraphId,
boolean includeInferredStatements,
java.lang.Long lastTransactionTime,
boolean includeStandardData)
throws java.sql.SQLException,
AnzoException
repositoryConnection - connection to databasesubj - subject of statement, or wildcard if nullprop - property of statement, or wildcard if nullobj - object of statement, or wildcard if nullnamedGraphId - ID for statement's namedgraph, or wildcard if nullincludeInferredStatements - include inferred triples in search resultslastTransactionTime - timestamp to use in queriesincludeStandardData - include the System Graph's statements about itself, ie the System Graph's acl and metadata
java.sql.SQLException
AnzoException
public static java.lang.Iterable<Quad> findQuads(RepositoryConnection repositoryConnection,
org.openrdf.model.Resource subj,
org.openrdf.model.URI prop,
org.openrdf.model.Value obj,
boolean includeInferredStatements,
java.lang.Long lastTransactionTime,
boolean metadataGraphs,
boolean defaultGraphs)
throws java.sql.SQLException,
AnzoException
repositoryConnection - connection to databasesubj - subject of statement, or wildcard if nullprop - property of statement, or wildcard if nullobj - object of statement, or wildcard if nullincludeInferredStatements - include inferred triples in search resultslastTransactionTime - timestamp to use in queriesmetadataGraphs - search for metadata graphsdefaultGraphs - search for graphs in the defaultGraph temporary table, or the namedGraph temporary table
java.sql.SQLException
AnzoException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||