public class JQLConverter extends Object
| Constructor and Description |
|---|
JQLConverter(javax.jcr.Session session,
org.fcrepo.kernel.rdf.IdentifierTranslator subjects,
com.hp.hpl.jena.query.Query query) |
JQLConverter(javax.jcr.Session session,
org.fcrepo.kernel.rdf.IdentifierTranslator subjects,
String sparqlQuery) |
| Modifier and Type | Method and Description |
|---|---|
com.hp.hpl.jena.query.ResultSet |
execute()
Execute the query and get a SPARQL result set
|
String |
getStatement()
Get the raw JCR-SQL2 query translation
|
public JQLConverter(javax.jcr.Session session,
org.fcrepo.kernel.rdf.IdentifierTranslator subjects,
String sparqlQuery)
session - subjects - sparqlQuery - public JQLConverter(javax.jcr.Session session,
org.fcrepo.kernel.rdf.IdentifierTranslator subjects,
com.hp.hpl.jena.query.Query query)
session - subjects - query - public com.hp.hpl.jena.query.ResultSet execute()
throws javax.jcr.RepositoryException
javax.jcr.RepositoryExceptionpublic String getStatement() throws javax.jcr.RepositoryException
javax.jcr.RepositoryExceptionCopyright © 2013–2014 DuraSpace, Inc.. All rights reserved.