Uses of Interface
org.openrdf.sesame.sail.query.StringExpr

Packages that use StringExpr
org.openrdf.sesame.sail.query SAIL query object model. 
 

Uses of StringExpr in org.openrdf.sesame.sail.query
 

Subinterfaces of StringExpr in org.openrdf.sesame.sail.query
 interface ValueExpr
          An expressions that evaluates to Value objects.
 

Classes in org.openrdf.sesame.sail.query that implement StringExpr
 class Datatype
           
 class Label
           
 class Lang
           
 class LiteralExpr
           
 class LocalName
           
 class MathExpr
          A mathematical expression consisting an operator and two arguments.
 class Namespace
           
 class Null
           
 class ResourceExpr
           
 class StringConstant
           
 class Var
          A variable that can contain a Value.
 

Methods in org.openrdf.sesame.sail.query that return StringExpr
 StringExpr StringCompare.getLeftArg()
           
 StringExpr StringCompare.getRightArg()
           
 StringExpr Like.getStringExpr()
           
 

Constructors in org.openrdf.sesame.sail.query with parameters of type StringExpr
StringCompare(StringExpr leftArg, StringExpr rightArg)
           
StringCompare(StringExpr leftArg, StringExpr rightArg, int op)
           
Like(StringExpr expr, StringConstant pattern, boolean ignoreCase)
           
 



Copyright © 2002-2006 Aduna BV, GNU LGPL License applies.