Package org.apache.jena.riot.resultset
Class ResultSetLang
- java.lang.Object
-
- org.apache.jena.riot.resultset.ResultSetLang
-
public class ResultSetLang extends java.lang.ObjectTheRS_*is the preferred constant
-
-
Field Summary
Fields Modifier and Type Field Description static LangRS_CSVstatic LangRS_JSONstatic LangRS_Nonestatic LangRS_Textstatic LangRS_Thriftstatic LangRS_TSVstatic LangRS_XMLSPARQL results in XML syntaxstatic LangSPARQLResultSetCSVDeprecated.UseRS_CSV.static LangSPARQLResultSetJSONDeprecated.UseRS_JSON.static LangSPARQLResultSetNoneDeprecated.UseRS_None.static LangSPARQLResultSetTextDeprecated.UseRS_Text.static LangSPARQLResultSetThriftDeprecated.UseRS_Thrift.static LangSPARQLResultSetTSVDeprecated.UseRS_TSV.static LangSPARQLResultSetXMLDeprecated.UseRS_XML.
-
Constructor Summary
Constructors Constructor Description ResultSetLang()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidinit()
-
-
-
Field Detail
-
RS_XML
public static final Lang RS_XML
SPARQL results in XML syntax
-
RS_JSON
public static final Lang RS_JSON
-
SPARQLResultSetJSON
@Deprecated public static final Lang SPARQLResultSetJSON
Deprecated.UseRS_JSON.
-
RS_CSV
public static final Lang RS_CSV
-
RS_TSV
public static final Lang RS_TSV
-
RS_Thrift
public static final Lang RS_Thrift
-
SPARQLResultSetThrift
@Deprecated public static final Lang SPARQLResultSetThrift
Deprecated.UseRS_Thrift.
-
RS_Text
public static final Lang RS_Text
-
SPARQLResultSetText
@Deprecated public static final Lang SPARQLResultSetText
Deprecated.UseRS_Text.
-
RS_None
public static final Lang RS_None
-
-