public class Sum extends AbstractAggregate<Sum>
alias, column
Modifier and Type | Method and Description |
---|---|
protected Sum |
copy() |
static Sum |
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<Sum>
columnName
- the calculated column name. It will have the table alias already applied
if applicable.protected Sum copy()
copy
in class AbstractAggregate<Sum>
public static Sum of(BasicColumn column)
Copyright © 2016–2018 MyBatis.org. All rights reserved.