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