Package | Description |
---|---|
com.hp.hpl.jena.query |
ARQ - A query engine for Jena, implementing SPARQL.
|
com.hp.hpl.jena.sparql.core | |
com.hp.hpl.jena.sparql.lang | |
com.hp.hpl.jena.sparql.modify | |
com.hp.hpl.jena.sparql.path | |
com.hp.hpl.jena.sparql.resultset | |
com.hp.hpl.jena.sparql.serializer | |
com.hp.hpl.jena.sparql.sse | |
com.hp.hpl.jena.sparql.sse.lang | |
com.hp.hpl.jena.sparql.sse.writers | |
com.hp.hpl.jena.sparql.util | |
com.hp.hpl.jena.update |
Modifier and Type | Class and Description |
---|---|
class |
Query
The data structure for a query as presented externally.
|
Modifier and Type | Method and Description |
---|---|
Prologue |
Query.getPrologue() |
Modifier and Type | Method and Description |
---|---|
static String |
ResultSetFormatter.asText(ResultSet qresults,
Prologue prologue)
Return a string that has the result set serilized as a text table
|
static void |
ResultSetFormatter.out(OutputStream out,
ResultSet qresults,
Prologue prologue)
Output a result set in a text format.
|
static void |
ResultSetFormatter.out(ResultSet qresults,
Prologue prologue)
Output a result set in a text format.
|
static void |
ResultSetFormatter.outputAsSSE(OutputStream outStream,
ResultSet resultSet,
Prologue prologue)
Output a result set in the SSE format
Format: SSE
|
static void |
ResultSetFormatter.outputAsSSE(ResultSet resultSet,
Prologue prologue)
Output a result set in the SSE format
Format: SSE
|
void |
QueryVisitor.visitPrologue(Prologue prologue) |
Constructor and Description |
---|
Query(Prologue prologue)
Creates a new empty query with the given prologue
|
Modifier and Type | Method and Description |
---|---|
Prologue |
Prologue.copy() |
Prologue |
Prologue.sub(PrefixMapping newMappings) |
Prologue |
Prologue.sub(PrefixMapping newMappings,
String base) |
Prologue |
Prologue.sub(String base) |
Modifier and Type | Method and Description |
---|---|
static int |
Prologue.hash(Prologue prologue) |
boolean |
Prologue.samePrologue(Prologue other)
Test whether a Prologue wil perform the same as this one.
|
void |
Prologue.usePrologueFrom(Prologue other) |
void |
QueryCompare.visitPrologue(Prologue query1) |
Constructor and Description |
---|
Prologue(Prologue other) |
Modifier and Type | Method and Description |
---|---|
Prologue |
ParserBase.getPrologue() |
Modifier and Type | Method and Description |
---|---|
void |
ParserBase.setPrologue(Prologue prologue) |
Modifier and Type | Method and Description |
---|---|
Prologue |
UpdateSink.getPrologue() |
Prologue |
UpdateVisitorSink.getPrologue() |
Prologue |
UpdateRequestSink.getPrologue() |
Prologue |
UsingUpdateSink.getPrologue() |
Modifier and Type | Method and Description |
---|---|
static String |
PathWriter.asString(Path path,
Prologue prologue) |
static Path |
PathParser.parse(String str,
Prologue prologue) |
String |
PathBase.toString(Prologue prologue) |
String |
Path.toString(Prologue prolog) |
static void |
PathWriter.write(IndentedWriter out,
Path path,
Prologue prologue) |
static void |
PathWriter.write(Path path,
Prologue prologue) |
Constructor and Description |
---|
PlainFormat(OutputStream outStream,
Prologue prologue) |
TextOutput(Prologue prologue) |
Modifier and Type | Method and Description |
---|---|
Prologue |
SerializationContext.getPrologue() |
Modifier and Type | Method and Description |
---|---|
static void |
PrologueSerializer.output(IndentedWriter out,
Prologue prologue) |
static void |
QuerySerializer.outputDataBlock(IndentedWriter out,
List<Var> variables,
List<Binding> values,
Prologue prologue) |
static void |
PrologueSerializer.printPrefixes(Prologue prologue,
IndentedWriter out) |
static void |
Serializer.serializeARQ(Query query,
Prologue p,
IndentedWriter writer) |
void |
QuerySerializer.visitPrologue(Prologue prologue) |
Constructor and Description |
---|
SerializationContext(Prologue prologue) |
SerializationContext(Prologue prologue,
boolean usePlainLiterals) |
SerializationContext(Prologue prologue,
NodeToLabelMap bMap) |
SerializationContext(Prologue prologue,
NodeToLabelMap bMap,
boolean usePlainLiterals) |
Modifier and Type | Method and Description |
---|---|
static void |
WriterSSE.out(IndentedWriter out,
DatasetGraph dsg,
Prologue prologue) |
static void |
WriterSSE.out(IndentedWriter out,
Expr expr,
Prologue prologue) |
static void |
WriterSSE.out(IndentedWriter out,
Graph g,
Prologue prologue) |
static void |
WriterSSE.out(IndentedWriter out,
Node node,
Prologue prologue) |
static void |
WriterSSE.out(IndentedWriter out,
Op op,
Prologue prologue) |
static void |
WriterSSE.out(IndentedWriter out,
Triple triple,
Prologue prologue) |
Constructor and Description |
---|
ParseHandlerLink(Prologue prologue) |
ParseHandlerResolver(Prologue p) |
Modifier and Type | Method and Description |
---|---|
static String |
WriterPath.asString(Path path,
Prologue prologue) |
static void |
WriterOp.output(IndentedWriter iWriter,
Op op,
Prologue prologue) |
static void |
WriterBasePrefix.output(IndentedWriter iWriter,
WriterBasePrefix.Fmt fmt,
Prologue prologue)
Output, write the thing with formater fmt
|
static void |
WriterOp.output(Op op,
Prologue prologue) |
static void |
WriterOp.output(OutputStream out,
Op op,
Prologue prologue) |
static void |
WriterPath.write(Path path,
Prologue prologue) |
Modifier and Type | Method and Description |
---|---|
static void |
QueryExecUtils.outputResultSet(ResultSet results,
Prologue prologue,
ResultsFormat outputFormat) |
static String |
FmtUtils.stringForNode(Node n,
Prologue prologue) |
static String |
FmtUtils.stringForURI(String uri,
Prologue prologue) |
Modifier and Type | Class and Description |
---|---|
class |
UpdateRequest
A SPARQL Update consists of a number of operations (e.g.
|
Licenced under the Apache License, Version 2.0