Uses of Class
com.triactive.jdo.store.sql.expr.StringExpression

Packages that use StringExpression
com.triactive.jdo.store.adapter   
com.triactive.jdo.store.sql.expr   
 

Uses of StringExpression in com.triactive.jdo.store.adapter
 

Methods in com.triactive.jdo.store.adapter with parameters of type StringExpression
 SqlExpression DatabaseAdapter.lengthMethod(StringExpression str)
          Returns the appropriate SQL expression for the JDOQL String.length() method.
 SqlExpression DatabaseAdapter.substringMethod(StringExpression str, NumericExpression begin)
          Returns the appropriate SQL expression for the JDOQL String.substring(str,begin) method.
 SqlExpression DatabaseAdapter.substringMethod(StringExpression str, NumericExpression begin, NumericExpression end)
          Returns the appropriate SQL expression for the JDOQL String.substring(str,begin,end) method.
 

Uses of StringExpression in com.triactive.jdo.store.sql.expr
 

Subclasses of StringExpression in com.triactive.jdo.store.sql.expr
 class StringLiteral
           
 



Copyright © 2001-2007 The TJDO Project All Rights Reserved.