Uses of Enum Class
org.apache.jena.sparql.resultset.ResultsFormat
Packages that use ResultsFormat
Package
Description
ARQ - A query engine for Jena, implementing SPARQL.
-
Uses of ResultsFormat in org.apache.jena.query
Methods in org.apache.jena.query with parameters of type ResultsFormatModifier and TypeMethodDescriptionstatic ResultSetResultSetFactory.load(InputStream input, ResultsFormat format) Load a result set from input stream into a result set (memory backed).static ResultSetResultSetFactory.load(String filenameOrURI, ResultsFormat format) Load a result set from file or URL into a result set (memory backed).static voidResultSetFormatter.output(OutputStream outStream, ResultSet resultSet, ResultsFormat rFmt) Output a ResultSet in some format.static voidResultSetFormatter.output(ResultSet resultSet, ResultsFormat rFmt) Output a ResultSet in some format. -
Uses of ResultsFormat in org.apache.jena.sparql.resultset
Methods in org.apache.jena.sparql.resultset that return ResultsFormatModifier and TypeMethodDescriptionstatic ResultsFormatResultsFormat.guessSyntax(String resultsFilename) Guess the syntax of a result set URLstatic ResultsFormatLook up a short name for a result set FMT_static ResultsFormatReturns the enum constant of this class with the specified name.static ResultsFormat[]ResultsFormat.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ResultsFormat in org.apache.jena.sparql.util
Methods in org.apache.jena.sparql.util with parameters of type ResultsFormatModifier and TypeMethodDescriptionstatic voidQueryExecUtils.exec(Prologue prologue, QueryExec queryExec, ResultsFormat outputFormat) static voidQueryExecUtils.exec(Prologue prologue, QueryExec queryExec, ResultsFormat outputFormat, OutputStream output) static voidQueryExecUtils.execute(Op op, DatasetGraph dsg, ResultsFormat outputFormat) static voidQueryExecUtils.execute(Op op, DatasetGraph dsg, ResultsFormat outputFormat, OutputStream output) static voidQueryExecUtils.executeQuery(Prologue prologue, QueryExecution queryExecution, ResultsFormat outputFormat) static voidQueryExecUtils.executeQuery(Prologue prologue, QueryExecution queryExecution, ResultsFormat outputFormat, OutputStream output) static voidQueryExecUtils.output(SPARQLResult result, ResultsFormat outputFormat, OutputStream output) static voidQueryExecUtils.outputResultSet(ResultSet resultSet, Prologue prologue, ResultsFormat outputFormat, OutputStream output)