Package org.apache.jena.sparql.resultset
Class TSVOutput
- java.lang.Object
-
- org.apache.jena.sparql.resultset.OutputBase
-
- org.apache.jena.sparql.resultset.TSVOutput
-
- All Implemented Interfaces:
OutputFormatter
@Deprecated public class TSVOutput extends OutputBase
Deprecated.This will become an internal class. UseResultSetFormatter.outputAsTSV(boolean)orResultsWriter.create().lang(ResultSetLang.RS_TSV).write(...)Tab Separated Values. First row is variable names (with ?). Subsequent rows are RDF terms, written Turtle style.
-
-
Constructor Summary
Constructors Constructor Description TSVOutput()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidformat(java.io.OutputStream out, boolean booleanResult)Deprecated.Format a boolean result - output on the given streamvoidformat(java.io.OutputStream out, ResultSet resultSet)Deprecated.Format a result set - output on the given stream-
Methods inherited from class org.apache.jena.sparql.resultset.OutputBase
asString, asString
-
-
-
-
Method Detail
-
format
public void format(java.io.OutputStream out, ResultSet resultSet)Deprecated.Description copied from interface:OutputFormatterFormat a result set - output on the given stream
-
format
public void format(java.io.OutputStream out, boolean booleanResult)Deprecated.Description copied from interface:OutputFormatterFormat a boolean result - output on the given stream
-
-