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

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

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

Methods in com.triactive.jdo.store.adapter with parameters of type NumericExpression
 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 NumericExpression in com.triactive.jdo.store.sql.expr
 

Subclasses of NumericExpression in com.triactive.jdo.store.sql.expr
 class DecimalLiteral
          A decimal literal value.
 class FloatingPointLiteral
           
 class IntegerLiteral
           
(package private)  class com.triactive.jdo.store.sql.expr.NumericLiteral
          A numeric literal value.
 

Methods in com.triactive.jdo.store.sql.expr with parameters of type NumericExpression
 SqlExpression StringLiteral.substringMethod(NumericExpression begin)
           
 SqlExpression StringLiteral.substringMethod(NumericExpression begin, NumericExpression end)
           
 



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