Class Upper<T>
java.lang.Object
org.mybatis.dynamic.sql.select.function.AbstractTypeConvertingFunction<T,T,Upper<T>>
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) render(RenderingContext renderingContext) Returns a rendering of the column.Methods inherited from class org.mybatis.dynamic.sql.select.function.AbstractUniTypeFunction
jdbcType, typeHandlerMethods inherited from class org.mybatis.dynamic.sql.select.function.AbstractTypeConvertingFunction
alias, asMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.mybatis.dynamic.sql.BasicColumn
renderingStrategyMethods inherited from interface org.mybatis.dynamic.sql.BindableColumn
convertParameterType, javaType
-
Method Details
-
render
Description copied from interface:BasicColumnReturns a rendering of the column. The rendered fragment should include the table alias based on the TableAliasCalculator in the RenderingContext. The fragment could contain prepared statement parameter markers and associated parameter values if desired.- Parameters:
renderingContext- the rendering context (strategy, sequence, etc.)- Returns:
- a rendered SQL fragment and, optionally, parameters associated with the fragment
-
copy
-
of
-