public class Max extends AbstractAggregate<Max>
alias, column
Modifier and Type | Method and Description |
---|---|
protected Max |
copy() |
static Max |
of(BasicColumn column) |
protected String |
render(String columnName)
Calculate the rendered string for the select list.
|
alias, as, renderWithTableAlias
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
renderWithTableAndColumnAlias
protected String render(String columnName)
AbstractAggregate
render
in class AbstractAggregate<Max>
columnName
- the calculated column name. It will have the table alias already applied
if applicable.protected Max copy()
copy
in class AbstractAggregate<Max>
public static Max of(BasicColumn column)
Copyright © 2016–2017 MyBatis.org. All rights reserved.