com.hp.hpl.jena.sdb.core
Class SDBRequest
java.lang.Object
com.hp.hpl.jena.sdb.store.StoreHolder
com.hp.hpl.jena.sdb.core.SDBRequest
public class SDBRequest
- extends StoreHolder
A collection of things to track during query compilation
and execution from SPARQL to SQL.
- Author:
- Andy Seaborne
|
Constructor Summary |
SDBRequest(Store store,
com.hp.hpl.jena.query.Query query)
|
SDBRequest(Store store,
com.hp.hpl.jena.query.Query query,
com.hp.hpl.jena.sparql.util.Context context)
|
LeftJoinTranslation
public boolean LeftJoinTranslation
LimitOffsetTranslation
public boolean LimitOffsetTranslation
DistinctTranslation
public boolean DistinctTranslation
SDBRequest
public SDBRequest(Store store,
com.hp.hpl.jena.query.Query query,
com.hp.hpl.jena.sparql.util.Context context)
SDBRequest
public SDBRequest(Store store,
com.hp.hpl.jena.query.Query query)
getContext
public com.hp.hpl.jena.sparql.util.Context getContext()
getPrefixMapping
public com.hp.hpl.jena.shared.PrefixMapping getPrefixMapping()
getQuery
public com.hp.hpl.jena.query.Query getQuery()
getStore
public Store getStore()
generator
public Generator generator(String base)
genId
public String genId(String base)
genVar
public com.hp.hpl.jena.sparql.core.Var genVar()
Copyright ? 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Epimorphics Ltd.