Uses of Interface
com.hp.hpl.jena.sdb.core.sqlexpr.SqlExpr

Packages that use SqlExpr
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   
 

Uses of SqlExpr in com.hp.hpl.jena.sdb.compiler
 

Methods in com.hp.hpl.jena.sdb.compiler that return SqlExpr
abstract  SqlExpr SDBConstraint.compile(Scope scope)
           
 

Methods in com.hp.hpl.jena.sdb.compiler with parameters of type SqlExpr
static SqlNode SqlBuilder.leftJoin(SDBRequest request, SqlNode left, SqlNode right, SqlExpr expr)
           
static SqlNode SqlBuilder.restrict(SDBRequest request, SqlNode sqlNode, SqlExpr expr)
           
 

Uses of SqlExpr in com.hp.hpl.jena.sdb.core
 

Methods in com.hp.hpl.jena.sdb.core that return SqlExpr
 SqlExpr ExprCompile.compile(com.hp.hpl.jena.sparql.expr.Expr expr, ExprPattern pattern, Scope scope)
           
 

Uses of SqlExpr in com.hp.hpl.jena.sdb.core.sqlexpr
 

Classes in com.hp.hpl.jena.sdb.core.sqlexpr that implement SqlExpr
 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
 

Fields in com.hp.hpl.jena.sdb.core.sqlexpr declared as SqlExpr
 SqlExpr SqlFunction1.expr
           
 SqlExpr SqlExpr1.expr
           
 SqlExpr SqlExpr2.left
           
 SqlExpr SqlExpr2.right
           
 

Methods in com.hp.hpl.jena.sdb.core.sqlexpr that return SqlExpr
 SqlExpr SqlFunction1.getExpr()
           
 SqlExpr S_Like.getExpr()
           
 SqlExpr SqlExpr1.getExpr()
           
 SqlExpr S_Regex.getExpr()
           
 SqlExpr SqlExpr2.getLeft()
           
 SqlExpr SqlExpr2.getRight()
           
 

Methods in com.hp.hpl.jena.sdb.core.sqlexpr with parameters of type SqlExpr
static String SqlExprBase.asSQL(SqlExpr expr)
           
static void SqlExprWalker.walk(SqlExpr expr, SqlExprVisitor visitor)
           
 

Constructors in com.hp.hpl.jena.sdb.core.sqlexpr with parameters of type SqlExpr
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)
           
 

Uses of SqlExpr in com.hp.hpl.jena.sdb.core.sqlnode
 

Methods in com.hp.hpl.jena.sdb.core.sqlnode with parameters of type SqlExpr
 void SqlJoin.addCondition(SqlExpr e)
           
static SqlNode SqlSelectBlock.restrict(SDBRequest request, SqlNode sqlNode, SqlExpr expr)
           
 



Copyright ? 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Epimorphics Ltd.