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