public class Upper extends AbstractFunction<String,Upper>
alias, column
Modifier and Type | Method and Description |
---|---|
protected Upper |
copy() |
static Upper |
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
columnList, renderWithTableAndColumnAlias
public String renderWithTableAlias(TableAliasCalculator tableAliasCalculator)
BasicColumn
tableAliasCalculator
- the table alias calculator for the current rendererprotected Upper copy()
copy
in class AbstractFunction<String,Upper>
public static Upper of(BindableColumn<String> column)
Copyright © 2016–2019 MyBatis.org. All rights reserved.