|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hp.hpl.jena.sparql.util.Symbol
com.hp.hpl.jena.sparql.resultset.ResultsFormat
public class ResultsFormat
| Field Summary | |
|---|---|
static ResultsFormat |
FMT_COUNT
Format of results as dump of bindings |
static ResultsFormat |
FMT_NONE
|
static ResultsFormat |
FMT_RDF_N3
|
static ResultsFormat |
FMT_RDF_NT
|
static ResultsFormat |
FMT_RDF_TTL
|
static ResultsFormat |
FMT_RDF_XML
Output the number of rows of a SELECT query |
static ResultsFormat |
FMT_RS_CSV
Format of result set as SSE |
static ResultsFormat |
FMT_RS_JSON
Format of result set as XML |
static ResultsFormat |
FMT_RS_RDF
|
static ResultsFormat |
FMT_RS_SSE
Format of result set as JSON |
static ResultsFormat |
FMT_RS_TSV
|
static ResultsFormat |
FMT_RS_XML
Format of result set is an RDF graph |
static ResultsFormat |
FMT_TEXT
No output |
static ResultsFormat |
FMT_TUPLES
Any kind of text |
static ResultsFormat |
FMT_UNKNOWN
|
| Method Summary | |
|---|---|
static ResultsFormat |
lookup(java.lang.String s)
Short name to proper name (symbol) |
| Methods inherited from class com.hp.hpl.jena.sparql.util.Symbol |
|---|
create, create, equals, getSymbol, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final ResultsFormat FMT_RS_RDF
public static final ResultsFormat FMT_RS_XML
public static final ResultsFormat FMT_RS_JSON
public static final ResultsFormat FMT_RS_SSE
public static final ResultsFormat FMT_RS_CSV
public static final ResultsFormat FMT_RS_TSV
public static final ResultsFormat FMT_NONE
public static final ResultsFormat FMT_TEXT
public static final ResultsFormat FMT_TUPLES
public static final ResultsFormat FMT_COUNT
public static final ResultsFormat FMT_RDF_XML
public static final ResultsFormat FMT_RDF_N3
public static final ResultsFormat FMT_RDF_TTL
public static final ResultsFormat FMT_RDF_NT
public static final ResultsFormat FMT_UNKNOWN
| Method Detail |
|---|
public static ResultsFormat lookup(java.lang.String s)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||