Package | Description |
---|---|
com.hp.hpl.jena.sdb.compiler | |
com.hp.hpl.jena.sdb.core | |
com.hp.hpl.jena.sdb.core.sqlexpr | |
com.hp.hpl.jena.sdb.core.sqlnode |
Modifier and Type | Method and Description |
---|---|
abstract SqlExpr |
SDBConstraint.compile(Scope scope) |
Modifier and Type | Method and Description |
---|---|
static SqlNode |
SqlBuilder.leftJoin(SDBRequest request,
SqlNode left,
SqlNode right,
SqlExpr expr) |
static SqlNode |
SqlBuilder.restrict(SDBRequest request,
SqlNode sqlNode,
SqlExpr expr) |
Modifier and Type | Method and Description |
---|---|
SqlExpr |
ExprCompile.compile(Expr expr,
ExprPattern pattern,
Scope scope) |
Modifier and Type | Class and Description |
---|---|
class |
S_And |
class |
S_Equal |
class |
S_IsNotNull |
class |
S_IsNull |
class |
S_Like |
class |
S_Not |
class |
S_NotEqual |
class |
S_Or |
class |
S_Regex |
class |
SqlColumn
A table column, whether in an expression or a column name of a table
|
class |
SqlConstant |
class |
SqlExpr1
expression OPERATOR
|
class |
SqlExpr2 |
class |
SqlExprBase |
class |
SqlFunction1
Function call of one expression
|
Modifier and Type | Field and Description |
---|---|
SqlExpr |
SqlExpr1.expr |
SqlExpr |
SqlFunction1.expr |
SqlExpr |
SqlExpr2.left |
SqlExpr |
SqlExpr2.right |
Modifier and Type | Method and Description |
---|---|
SqlExpr |
SqlExpr1.getExpr() |
SqlExpr |
S_Like.getExpr() |
SqlExpr |
SqlFunction1.getExpr() |
SqlExpr |
S_Regex.getExpr() |
SqlExpr |
SqlExpr2.getLeft() |
SqlExpr |
SqlExpr2.getRight() |
Modifier and Type | Method and Description |
---|---|
static String |
SqlExprBase.asSQL(SqlExpr expr) |
static void |
SqlExprWalker.walk(SqlExpr expr,
SqlExprVisitor visitor) |
Constructor and Description |
---|
S_And(SqlExpr left,
SqlExpr right) |
S_Equal(SqlExpr left,
SqlExpr right) |
S_IsNotNull(SqlExpr expr) |
S_IsNull(SqlExpr expr) |
S_Like(SqlExpr expr,
String pattern,
boolean caseInsensitive) |
S_Not(SqlExpr expr) |
S_NotEqual(SqlExpr left,
SqlExpr right) |
S_Or(SqlExpr left,
SqlExpr right) |
S_Regex(SqlExpr expr,
String pattern,
String flags) |
SqlExpr1(SqlExpr expr,
String exprSymbol) |
SqlExpr2(SqlExpr left,
SqlExpr right,
String symbol) |
SqlFunction1(SqlExpr expr,
String symbol) |
Modifier and Type | Method and Description |
---|---|
void |
SqlJoin.addCondition(SqlExpr e) |
static SqlNode |
SqlSelectBlock.restrict(SDBRequest request,
SqlNode sqlNode,
SqlExpr expr) |
Licenced under the Apache License, Version 2.0