public class CountDistinct extends AbstractCount
Modifier and Type | Method and Description |
---|---|
CountDistinct |
as(String alias)
Override the base method definition to make it more specific to this interface.
|
static CountDistinct |
of(BasicColumn column) |
String |
renderWithTableAlias(TableAliasCalculator tableAliasCalculator)
Returns the name of the item aliased with a table name if appropriate.
|
alias
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
convertParameterType, jdbcType, renderingStrategy, typeHandler
columnList, renderWithTableAndColumnAlias
public String renderWithTableAlias(TableAliasCalculator tableAliasCalculator)
BasicColumn
tableAliasCalculator
- the table alias calculator for the current rendererpublic CountDistinct as(String alias)
BindableColumn
alias
- the column alias to setpublic static CountDistinct of(BasicColumn column)
Copyright © 2016–2021 MyBatis.org. All rights reserved.