Uses of Class
org.apache.jena.sparql.core.Prologue
-
Packages that use Prologue Package Description org.apache.jena.query ARQ - A query engine for Jena, implementing SPARQL.org.apache.jena.sparql.core org.apache.jena.sparql.lang org.apache.jena.sparql.modify org.apache.jena.sparql.path org.apache.jena.sparql.resultset org.apache.jena.sparql.serializer org.apache.jena.sparql.sse org.apache.jena.sparql.sse.writers org.apache.jena.sparql.util org.apache.jena.update -
-
Uses of Prologue in org.apache.jena.query
Subclasses of Prologue in org.apache.jena.query Modifier and Type Class Description classQueryThe data structure for a query as presented externally.Methods in org.apache.jena.query that return Prologue Modifier and Type Method Description PrologueQuery. getPrologue()Methods in org.apache.jena.query with parameters of type Prologue Modifier and Type Method Description static java.lang.StringResultSetFormatter. asText(ResultSet qresults, Prologue prologue)Return a string that has the result set serialized as a text tablestatic voidResultSetFormatter. out(java.io.OutputStream out, ResultSet resultSet, Prologue prologue)Output a result set in a text format.static voidResultSetFormatter. out(ResultSet qresults, Prologue prologue)Output a result set in a text format.static voidResultSetFormatter. outputAsSSE(java.io.OutputStream outStream, ResultSet resultSet, Prologue prologue)Output a result set in the SSE format Format: SSEstatic voidResultSetFormatter. outputAsSSE(ResultSet resultSet, Prologue prologue)Output a result set in the SSE format Format: SSEvoidQueryVisitor. visitPrologue(Prologue prologue)Constructors in org.apache.jena.query with parameters of type Prologue Constructor Description Query(Prologue prologue)Creates a new empty query with the given prologue -
Uses of Prologue in org.apache.jena.sparql.core
Methods in org.apache.jena.sparql.core that return Prologue Modifier and Type Method Description ProloguePrologue. copy()Methods in org.apache.jena.sparql.core with parameters of type Prologue Modifier and Type Method Description static intPrologue. hash(Prologue prologue)booleanPrologue. samePrologue(Prologue other)Test whether a Prologue will perform the same as this one.voidQueryCompare. visitPrologue(Prologue query1) -
Uses of Prologue in org.apache.jena.sparql.lang
Methods in org.apache.jena.sparql.lang that return Prologue Modifier and Type Method Description PrologueQueryParserBase. getPrologue()Methods in org.apache.jena.sparql.lang with parameters of type Prologue Modifier and Type Method Description voidUpdateParser. parse(UpdateSink sink, Prologue prologue, java.io.InputStream input)Parse an input streamvoidUpdateParser. parse(UpdateSink sink, Prologue prologue, java.io.Reader r)Use with care - Reader must be UTF-8voidUpdateParser. parse(UpdateSink sink, Prologue prologue, java.lang.String updateString)Parse a stringvoidQueryParserBase. setPrologue(Prologue prologue)voidSPARQLParserBase. setUpdate(Prologue prologue, UpdateSink sink) -
Uses of Prologue in org.apache.jena.sparql.modify
Methods in org.apache.jena.sparql.modify that return Prologue Modifier and Type Method Description PrologueUpdateProcessorStreamingBase. getPrologue()Constructors in org.apache.jena.sparql.modify with parameters of type Prologue Constructor Description UpdateProcessorStreamingBase(DatasetGraph datasetGraph, Binding inputBinding, Prologue prologue, Context context, UpdateEngineFactory factory) -
Uses of Prologue in org.apache.jena.sparql.path
Methods in org.apache.jena.sparql.path with parameters of type Prologue Modifier and Type Method Description static java.lang.StringPathWriter. asString(Path path, Prologue prologue)static PathPathParser. parse(java.lang.String str, Prologue prologue)java.lang.StringPath. toString(Prologue prolog)java.lang.StringPathBase. toString(Prologue prologue)static voidPathWriter. write(org.apache.jena.atlas.io.IndentedWriter out, Path path, Prologue prologue)static voidPathWriter. write(Path path, Prologue prologue) -
Uses of Prologue in org.apache.jena.sparql.resultset
Methods in org.apache.jena.sparql.resultset with parameters of type Prologue Modifier and Type Method Description static booleanResultsFormat. oldWrite(java.io.OutputStream out, ResultsFormat outputFormat, Prologue prologue, ResultSet resultSet)Write aResultSetin various old style formats no longer recommended.Constructors in org.apache.jena.sparql.resultset with parameters of type Prologue Constructor Description PlainFormat(java.io.OutputStream outStream, Prologue prologue)TextOutput(Prologue prologue)Deprecated. -
Uses of Prologue in org.apache.jena.sparql.serializer
Methods in org.apache.jena.sparql.serializer that return Prologue Modifier and Type Method Description PrologueSerializationContext. getPrologue()Methods in org.apache.jena.sparql.serializer with parameters of type Prologue Modifier and Type Method Description QueryVisitorQuerySerializerFactory. create(Syntax syntax, Prologue prologue, org.apache.jena.atlas.io.IndentedWriter writer)Return a serializer for the given syntaxUpdateSerializerUpdateSerializerFactory. create(Syntax syntax, Prologue prologue, org.apache.jena.atlas.io.IndentedWriter writer)Return a serializer for the given syntaxstatic voidPrologueSerializer. output(org.apache.jena.atlas.io.IndentedWriter out, Prologue prologue)static voidPrologueSerializer. printPrefixes(Prologue prologue, org.apache.jena.atlas.io.IndentedWriter out)voidQuerySerializer. visitPrologue(Prologue prologue)Constructors in org.apache.jena.sparql.serializer with parameters of type Prologue Constructor Description SerializationContext(Prologue prologue)SerializationContext(Prologue prologue, boolean usePlainLiterals)SerializationContext(Prologue prologue, NodeToLabelMap bMap)SerializationContext(Prologue prologue, NodeToLabelMap bMap, boolean usePlainLiterals) -
Uses of Prologue in org.apache.jena.sparql.sse
Methods in org.apache.jena.sparql.sse with parameters of type Prologue Modifier and Type Method Description static voidWriterSSE. out(org.apache.jena.atlas.io.IndentedWriter out, Graph g, Prologue prologue)static voidWriterSSE. out(org.apache.jena.atlas.io.IndentedWriter out, Node node, Prologue prologue)static voidWriterSSE. out(org.apache.jena.atlas.io.IndentedWriter out, Triple triple, Prologue prologue)static voidWriterSSE. out(org.apache.jena.atlas.io.IndentedWriter out, Op op, Prologue prologue)static voidWriterSSE. out(org.apache.jena.atlas.io.IndentedWriter out, DatasetGraph dsg, Prologue prologue)static voidWriterSSE. out(org.apache.jena.atlas.io.IndentedWriter out, Expr expr, Prologue prologue) -
Uses of Prologue in org.apache.jena.sparql.sse.writers
Methods in org.apache.jena.sparql.sse.writers with parameters of type Prologue Modifier and Type Method Description static java.lang.StringWriterPath. asString(Path path, Prologue prologue)static voidWriterBasePrefix. output(org.apache.jena.atlas.io.IndentedWriter iWriter, WriterBasePrefix.Fmt fmt, Prologue prologue)Output, write the thing with formatter fmtstatic voidWriterOp. output(java.io.OutputStream out, Op op, Prologue prologue)static voidWriterOp. output(org.apache.jena.atlas.io.IndentedWriter iWriter, Op op, Prologue prologue)static voidWriterOp. output(Op op, Prologue prologue)static voidWriterPath. write(Path path, Prologue prologue) -
Uses of Prologue in org.apache.jena.sparql.util
Methods in org.apache.jena.sparql.util with parameters of type Prologue Modifier and Type Method Description static voidQueryExecUtils. executeQuery(Prologue prologue, QueryExecution queryExecution)static voidQueryExecUtils. executeQuery(Prologue prologue, QueryExecution queryExecution, ResultsFormat outputFormat)static voidQueryExecUtils. executeQuery(Prologue prologue, QueryExecution queryExecution, ResultsFormat outputFormat, java.io.PrintStream output)static voidQueryExecUtils. outputResultSet(ResultSet results, Prologue prologue, ResultsFormat outputFormat, java.io.PrintStream output)static java.lang.StringFmtUtils. stringForNode(Node n, Prologue prologue)static java.lang.StringFmtUtils. stringForURI(java.lang.String uri, Prologue prologue) -
Uses of Prologue in org.apache.jena.update
Subclasses of Prologue in org.apache.jena.update Modifier and Type Class Description classUpdateRequestA SPARQL Update consists of a number of operations (e.g.Methods in org.apache.jena.update that return Prologue Modifier and Type Method Description PrologueUpdateProcessorStreaming. getPrologue()Prologue for the UpdateRequest
-