|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.torque.util.functions.AggregateFunction
org.apache.torque.util.functions.Max
public class Max
SQL99 Standard max function.
Constructor Summary | |
---|---|
Max(Column column)
Construct an MAX function class with the column to calculate the maximum from. |
|
Max(Column column,
boolean distinct)
Construct an MAX function class with the column to calculate the maximum from and possibly a distinct modifier. |
|
Max(String sqlExpression)
Construct an MAX function class with an SQL expression to calculate the maximum from. |
Method Summary | |
---|---|
void |
setFunction(String function)
This method cannot be called, an UnsupportedOperationException will always be thrown. |
Methods inherited from class org.apache.torque.util.functions.AggregateFunction |
---|
getArgument, getArguments, getColumn, getColumnName, getFullTableName, getFunction, getSchemaName, getSqlExpression, getTableName, isDistinct, setArguments, setColumn |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Max(Column column)
column
- the Column to calculate the maximum from.public Max(String sqlExpression)
sqlExpression
- the SQL expression to calculate the maximum from.public Max(Column column, boolean distinct)
column
- the Column to calculate the maximum from.distinct
- whether to calculate the maximum from only
distinct values.Method Detail |
---|
public void setFunction(String function)
setFunction
in class AggregateFunction
function
- disregarded.
UnsupportedOperationException
- always.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |