A C D E F G H I J L M N O P Q R S T U V W X Y

M

max() - Method in class org.apache.empire.db.DBColumnExpr
Creates and returns an aggregation function object which returns the maximum value for the current expression over a group of rows.
min() - Method in class org.apache.empire.db.DBColumnExpr
Creates and returns an aggregation function object which returns the minimum value for the current expression over a group of rows.
minus(Object) - Method in class org.apache.empire.db.DBColumnExpr
Creates and returns a new calculation object for the SQL "-" (minus) operator.
minus(int) - Method in class org.apache.empire.db.DBColumnExpr
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.
modifyValue(int, Object) - Method in class org.apache.empire.db.DBRecord
Modifies a column value bypassing all checks made by setValue.
month() - Method in class org.apache.empire.db.DBColumnExpr
Creates and returns an function object that calculates the month of a date value.
moveNext() - Method in class org.apache.empire.db.DBReader
Moves the cursor down one row from its current position.
multiplyWith(Object) - Method in class org.apache.empire.db.DBColumnExpr
Creates and returns a new calculation object for the SQL "*" (multiply) operator.

A C D E F G H I J L M N O P Q R S T U V W X Y