com.hp.hpl.jena.sdb.compiler
Class SDB_QC
java.lang.Object
com.hp.hpl.jena.sdb.compiler.SDB_QC
public class SDB_QC
- extends Object
|
Method Summary |
static com.hp.hpl.jena.sparql.engine.QueryIterator |
exec(OpSQL opSQL,
SDBRequest request,
com.hp.hpl.jena.sparql.engine.binding.Binding binding,
com.hp.hpl.jena.sparql.engine.ExecutionContext execCxt)
|
static boolean |
isOpSQL(com.hp.hpl.jena.sparql.algebra.Op x)
|
static List<com.hp.hpl.jena.sparql.core.Var> |
queryOutVars(com.hp.hpl.jena.query.Query query)
Find the variables needed out of this query. |
static String |
toSqlString(OpSQL opSQL,
SDBRequest request)
|
fetchPrint
public static boolean fetchPrint
PrintSQL
public static boolean PrintSQL
SDB_QC
public SDB_QC()
exec
public static com.hp.hpl.jena.sparql.engine.QueryIterator exec(OpSQL opSQL,
SDBRequest request,
com.hp.hpl.jena.sparql.engine.binding.Binding binding,
com.hp.hpl.jena.sparql.engine.ExecutionContext execCxt)
toSqlString
public static String toSqlString(OpSQL opSQL,
SDBRequest request)
queryOutVars
public static List<com.hp.hpl.jena.sparql.core.Var> queryOutVars(com.hp.hpl.jena.query.Query query)
- Find the variables needed out of this query.
If we don't do sorting in-DB, then we need the ORDER BY variables as well.
- Parameters:
query -
isOpSQL
public static boolean isOpSQL(com.hp.hpl.jena.sparql.algebra.Op x)
Copyright ? 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Epimorphics Ltd.