Class Upper<T>
java.lang.Object
org.mybatis.dynamic.sql.select.function.AbstractTypeConvertingFunction<T,T,U>
org.mybatis.dynamic.sql.select.function.AbstractUniTypeFunction<T,Upper<T>>
org.mybatis.dynamic.sql.select.function.Upper<T>
- All Implemented Interfaces:
BasicColumn
,BindableColumn<T>
-
Field Summary
Fields inherited from class org.mybatis.dynamic.sql.select.function.AbstractTypeConvertingFunction
alias, column
-
Method Summary
Modifier and TypeMethodDescriptioncopy()
static <T> Upper<T>
of
(BindableColumn<T> column) renderWithTableAlias
(TableAliasCalculator tableAliasCalculator) Returns the name of the item aliased with a table name if appropriate.Methods inherited from class org.mybatis.dynamic.sql.select.function.AbstractUniTypeFunction
jdbcType, typeHandler
Methods inherited from class org.mybatis.dynamic.sql.select.function.AbstractTypeConvertingFunction
alias, as
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.mybatis.dynamic.sql.BasicColumn
renderWithTableAndColumnAlias
Methods inherited from interface org.mybatis.dynamic.sql.BindableColumn
convertParameterType, javaType, renderingStrategy
-
Method Details
-
renderWithTableAlias
Description copied from interface:BasicColumn
Returns the name of the item aliased with a table name if appropriate. For example, "a.foo". This is appropriate for where clauses and order by clauses.- Parameters:
tableAliasCalculator
- the table alias calculator for the current renderer- Returns:
- the item name with the table alias applied
-
copy
-
of
-