Uses of Class
org.apache.empire.db.expr.column.DBCalcExpr

Packages that use DBCalcExpr
org.apache.empire.db This package contains the core Empire-DB implementation classes. 
 

Uses of DBCalcExpr in org.apache.empire.db
 

Methods in org.apache.empire.db that return DBCalcExpr
 DBCalcExpr DBColumnExpr.divideBy(Object value)
          Creates and returns a new calculation object for the SQL "/" (divide) operator.
 DBCalcExpr DBColumnExpr.minus(int value)
          Creates and returns a new calculation object for either the SQL "+" (plus) or "-" (minus) operator depending on whether the supplied integer value is negative or positive.
 DBCalcExpr DBColumnExpr.minus(Object value)
          Creates and returns a new calculation object for the SQL "-" (minus) operator.
 DBCalcExpr DBColumnExpr.multiplyWith(Object value)
          Creates and returns a new calculation object for the SQL "*" (multiply) operator.
 DBCalcExpr DBColumnExpr.plus(int value)
          Creates and returns a new calculation object for either the SQL "+" (plus) or "-" (minus) operator depending on whether the supplied integer value is positive or negative.
 DBCalcExpr DBColumnExpr.plus(Object value)
          Creates and returns a new calculation object for the SQL "+" (plus) operator.
 



Copyright © 2008–2014 Apache Software Foundation. All rights reserved.