public interface Source
Modifier and Type | Interface and Description |
---|---|
static interface |
Source.ResultSetConsumer
The callback object used for SELECTs.
|
static class |
Source.Util |
Modifier and Type | Method and Description |
---|---|
void |
addMetadata(com.hp.hpl.jena.rdf.model.Resource meta)
Add metdata describing this source to a metdata model
|
com.hp.hpl.jena.rdf.model.Model |
executeConstruct(com.hp.hpl.jena.query.Query q)
Do a CONSTRUCT.
|
com.hp.hpl.jena.rdf.model.Model |
executeDescribe(com.hp.hpl.jena.query.Query q)
Do a DESCRIBE.
|
void |
executeSelect(com.hp.hpl.jena.query.Query q,
Source.ResultSetConsumer c)
Do a SELECT.
|
TextSearchConfig |
getTextSearchConfig()
Answer this Source's text search configuration.
|
boolean |
supportsNestedSelect()
Answer TRUE iff this source supports nested SELECT queries
(as specified by SPARQL 1.1).
|
String |
toString()
Return a name for this source, used for error reporting
|
String toString()
void addMetadata(com.hp.hpl.jena.rdf.model.Resource meta)
com.hp.hpl.jena.rdf.model.Model executeDescribe(com.hp.hpl.jena.query.Query q)
com.hp.hpl.jena.rdf.model.Model executeConstruct(com.hp.hpl.jena.query.Query q)
void executeSelect(com.hp.hpl.jena.query.Query q, Source.ResultSetConsumer c)
boolean supportsNestedSelect()
TextSearchConfig getTextSearchConfig()
Copyright © 2014. All Rights Reserved.