| Modifier and Type | Method and Description |
|---|---|
protected E_RdfTerm2 |
E_RdfTerm2.copy(SqlExprList args) |
| Modifier and Type | Method and Description |
|---|---|
static SqlExprList |
SqlExprArgs._getArgs(S_Concat sqlExpr) |
static SqlExprList |
SqlExprArgs._getArgs(SqlExpr1 sqlExpr) |
static SqlExprList |
SqlExprArgs._getArgs(SqlExpr2 sqlExpr) |
static SqlExprList |
SqlExprArgs._getArgs(SqlExprColumn sqlExpr) |
static SqlExprList |
SqlExprArgs.create(SqlExpr... args) |
static SqlExprList |
SqlExprArgs.createList(Iterable<SqlExpr> args) |
static SqlExprList |
SqlExprArgs.getArgs(SqlExpr sqlExpr) |
protected SqlExprList |
ColumnSubstitutor.transformList(Iterable<SqlExpr> sqlExprs) |
| Modifier and Type | Method and Description |
|---|---|
SqlExpr |
SqlFunctionDefinition.create(SqlExprList args)
Create an instance of this function with the specified arguments
|
| Modifier and Type | Method and Description |
|---|---|
SqlExprList |
Filter.getConditions() |
SqlExprList |
SqlMyRestrict.getConditions() |
SqlExprList |
SqlSelectBlock.getConditions() |
SqlExprList |
SqlJoin.getConditions() |
| Modifier and Type | Method and Description |
|---|---|
static SqlNodeOld |
SqlSelectBlock.restrict(com.hp.hpl.jena.sdb.core.Generator generator,
SqlNodeOld sqlNode,
SqlExprList exprs) |
| Modifier and Type | Method and Description |
|---|---|
static SqlExprList |
PushDown.extractSqlExprs(Iterable<com.hp.hpl.jena.sparql.expr.Expr> exprs)
This method returns null - unless
all of list's items are instances of ExprSqlBridges.
|
| Modifier and Type | Method and Description |
|---|---|
static SqlExprList |
SqlNodeBinding.forcePushDown(com.hp.hpl.jena.sparql.expr.ExprList exprs,
SqlNodeOld node)
Deprecated.
|
static SqlExprList |
SqlNodeBinding.fullPush(com.hp.hpl.jena.sparql.expr.ExprList exprs,
Map<String,SqlExpr> aliasToColumn,
com.google.common.collect.Multimap<com.hp.hpl.jena.sparql.core.Var,VarDef> sparqlVarToExprs)
Deprecated.
|
static SqlExprList |
SqlNodeBinding.fullPush(com.hp.hpl.jena.sparql.expr.ExprList exprs,
SqlNodeOld node)
Deprecated.
|
static SqlExprList |
SqlNodeBinding.shallowPush(com.hp.hpl.jena.sparql.expr.ExprList exprs,
com.google.common.collect.Multimap<com.hp.hpl.jena.sparql.core.Var,VarDef> sparqlVarToExprs,
Map<String,SqlExpr> aliasToColumn)
Deprecated.
Like a full push, except it does not replace sql-columns with their definition
|
static SqlExprList |
SqlNodeBinding.shallowPushX(com.hp.hpl.jena.sparql.expr.Expr expr,
com.google.common.collect.Multimap<com.hp.hpl.jena.sparql.core.Var,VarDef> sparqlVarToExprs,
Map<String,SqlExpr> aliasToColumn)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
SqlNodeBinding.isSatisfiable(SqlExprList sqlExprs)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static SqlExprList |
ExprBridge.toSql(Iterable<com.hp.hpl.jena.sparql.expr.Expr> exprs) |
Copyright © 2013. All Rights Reserved.