Package | Description |
---|---|
org.apache.empire.db |
This package contains the core Empire-DB implementation classes.
|
Modifier and Type | Method and Description |
---|---|
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–2015 Apache Software Foundation. All rights reserved.