Package org.apache.jena.sparql.resultset
Class OutputBase
- java.lang.Object
-
- org.apache.jena.sparql.resultset.OutputBase
-
- All Implemented Interfaces:
OutputFormatter
- Direct Known Subclasses:
CSVOutput,TextOutput,TSVOutput,XMLOutput
@Deprecated public abstract class OutputBase extends java.lang.Object implements OutputFormatter
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description OutputBase()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.StringasString(boolean booleanResult)Deprecated.java.lang.StringasString(ResultSet resultSet)Deprecated.Turn into a string-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.jena.sparql.resultset.OutputFormatter
format, format
-
-
-
-
Method Detail
-
asString
public java.lang.String asString(ResultSet resultSet)
Deprecated.Description copied from interface:OutputFormatterTurn into a string- Specified by:
asStringin interfaceOutputFormatter
-
asString
public java.lang.String asString(boolean booleanResult)
Deprecated.
-
-