public class Min<T> extends AbstractUniTypeFunction<T,Min<T>>
alias, column
Modifier and Type | Method and Description |
---|---|
protected Min<T> |
copy() |
static <T> Min<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> Min<T> of(BindableColumn<T> column)
Copyright © 2016–2021 MyBatis.org. All rights reserved.