public interface SqlTranslator
| Modifier and Type | Method and Description |
|---|---|
ExprSqlRewrite |
translate(com.hp.hpl.jena.sparql.expr.Expr sparqlExpr,
Map<com.hp.hpl.jena.sparql.core.Var,com.hp.hpl.jena.sparql.expr.Expr> binding,
Map<String,TypeToken> typeMap)
We use the same Expr object for translating expressions.
|
ExprSqlRewrite translate(com.hp.hpl.jena.sparql.expr.Expr sparqlExpr, Map<com.hp.hpl.jena.sparql.core.Var,com.hp.hpl.jena.sparql.expr.Expr> binding, Map<String,TypeToken> typeMap)
sparqlExpr - binding - A set of variable-expr mappings. May be null.Copyright © 2014. All Rights Reserved.