Uses of Class
org.apache.jena.sparql.core.Prologue
Packages that use Prologue
Package
Description
ARQ - A query engine for Jena, implementing SPARQL.
-
Uses of Prologue in org.apache.jena.query
Subclasses of Prologue in org.apache.jena.queryModifier and TypeClassDescriptionclassThe data structure for a query as presented externally.Methods in org.apache.jena.query that return PrologueMethods in org.apache.jena.query with parameters of type PrologueModifier and TypeMethodDescriptionstatic StringReturn a string that has the result set serialized as a text tablestatic voidResultSetFormatter.out(OutputStream out, ResultSet resultSet, Prologue prologue) Output a result set in a text format.static voidOutput a result set in a text format.static voidResultSetFormatter.outputAsSSE(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: SSEdefault voidQueryVisitor.visitPrologue(Prologue prologue) Constructors in org.apache.jena.query with parameters of type Prologue -
Uses of Prologue in org.apache.jena.sparql.core
Methods in org.apache.jena.sparql.core that return PrologueMethods in org.apache.jena.sparql.core with parameters of type PrologueModifier and TypeMethodDescriptionstatic intbooleanPrologue.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.exec
Methods in org.apache.jena.sparql.exec with parameters of type PrologueModifier and TypeMethodDescriptionstatic voidRowSetOps.out(OutputStream out, RowSet rowSet, Prologue prologue) Output a result set in a text format. -
Uses of Prologue in org.apache.jena.sparql.lang
Methods in org.apache.jena.sparql.lang that return PrologueMethods in org.apache.jena.sparql.lang with parameters of type PrologueModifier and TypeMethodDescriptionfinal voidUpdateParser.parse(UpdateSink sink, Prologue prologue, InputStream input) Parse an input streamvoidUpdateParser.parse(UpdateSink sink, Prologue prologue, Reader r) Use with care - Reader must be UTF-8final voidUpdateParser.parse(UpdateSink sink, Prologue prologue, 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 PrologueConstructors in org.apache.jena.sparql.modify with parameters of type PrologueModifierConstructorDescriptionUpdateProcessorStreamingBase(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 -
Uses of Prologue in org.apache.jena.sparql.resultset
Methods in org.apache.jena.sparql.resultset with parameters of type PrologueModifier and TypeMethodDescriptionstatic booleanResultsFormat.oldWrite(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 -
Uses of Prologue in org.apache.jena.sparql.serializer
Methods in org.apache.jena.sparql.serializer that return PrologueMethods in org.apache.jena.sparql.serializer with parameters of type PrologueModifier and TypeMethodDescriptionQuerySerializerFactory.create(Syntax syntax, Prologue prologue, org.apache.jena.atlas.io.IndentedWriter writer) Return a serializer for the given syntaxUpdateSerializerFactory.create(Syntax syntax, Prologue prologue, org.apache.jena.atlas.io.IndentedWriter writer) Return a serializer for the given syntaxstatic voidstatic 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 PrologueModifierConstructorDescriptionSerializationContext(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 PrologueModifier and TypeMethodDescriptionstatic voidWriterSSE.out(org.apache.jena.atlas.io.IndentedWriter out, org.apache.jena.graph.Graph g, Prologue prologue) static voidWriterSSE.out(org.apache.jena.atlas.io.IndentedWriter out, org.apache.jena.graph.Node node, Prologue prologue) static voidWriterSSE.out(org.apache.jena.atlas.io.IndentedWriter out, org.apache.jena.graph.Triple triple, Prologue prologue) static voidstatic voidWriterSSE.out(org.apache.jena.atlas.io.IndentedWriter out, DatasetGraph dsg, Prologue prologue) static void -
Uses of Prologue in org.apache.jena.sparql.sse.writers
Methods in org.apache.jena.sparql.sse.writers with parameters of type PrologueModifier and TypeMethodDescriptionstatic voidWriterBasePrefix.output(org.apache.jena.atlas.io.IndentedWriter iWriter, WriterBasePrefix.Fmt fmt, Prologue prologue) Output, write the thing with formatter fmtstatic voidWriterOp.output(OutputStream out, Op op, Prologue prologue) static voidstatic voidstatic void -
Uses of Prologue in org.apache.jena.sparql.util
Methods in org.apache.jena.sparql.util with parameters of type PrologueModifier and TypeMethodDescriptionstatic voidstatic voidQueryExecUtils.exec(Prologue prologue, QueryExec queryExec, ResultsFormat outputFormat) static voidQueryExecUtils.exec(Prologue prologue, QueryExec queryExec, ResultsFormat outputFormat, PrintStream output) 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, PrintStream output) static voidQueryExecUtils.outputResultSet(ResultSet results, Prologue prologue, ResultsFormat outputFormat, PrintStream output) static StringFmtUtils.stringForNode(org.apache.jena.graph.Node n, Prologue prologue) static StringFmtUtils.stringForURI(String uri, Prologue prologue) -
Uses of Prologue in org.apache.jena.update
Subclasses of Prologue in org.apache.jena.updateModifier and TypeClassDescriptionclassA SPARQL Update consists of a number of operations (e.g.Methods in org.apache.jena.update that return PrologueModifier and TypeMethodDescriptionUpdateProcessorStreaming.getPrologue()Prologue for the UpdateRequest