public class Max<T> extends AbstractUniTypeFunction<T,Max<T>>
alias, column
Modifier and Type | Method and Description |
---|---|
protected Max<T> |
copy() |
static <T> Max<T> |
of(BindableColumn<T> column) |
String |
renderWithTableAlias(TableAliasCalculator tableAliasCalculator)
Returns the name of the item aliased with a table name if appropriate.
|
jdbcType, typeHandler
alias, as
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
convertParameterType, renderingStrategy
columnList, renderWithTableAndColumnAlias
public String renderWithTableAlias(TableAliasCalculator tableAliasCalculator)
BasicColumn
tableAliasCalculator
- the table alias calculator for the current rendererpublic static <T> Max<T> of(BindableColumn<T> column)
Copyright © 2016–2021 MyBatis.org. All rights reserved.