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