Class AbstractUniTypeFunction<T,U extends AbstractUniTypeFunction<T,U>>
java.lang.Object
org.mybatis.dynamic.sql.select.function.AbstractTypeConvertingFunction<T,T,U>
org.mybatis.dynamic.sql.select.function.AbstractUniTypeFunction<T,U>
- Type Parameters:
T- The type of the underlying columnU- the specific subtype that implements the function
- All Implemented Interfaces:
BasicColumn,BindableColumn<T>
public abstract class AbstractUniTypeFunction<T,U extends AbstractUniTypeFunction<T,U>>
extends AbstractTypeConvertingFunction<T,T,U>
Represents a function that does not change the underlying data type.
- Author:
- Jeff Butler
-
Field Summary
Fields inherited from class org.mybatis.dynamic.sql.select.function.AbstractTypeConvertingFunction
alias, column -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.mybatis.dynamic.sql.select.function.AbstractTypeConvertingFunction
alias, as, copyMethods 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
renderWithTableAlias, renderWithTableAndColumnAliasMethods inherited from interface org.mybatis.dynamic.sql.BindableColumn
convertParameterType, javaType, renderingStrategy
-
Constructor Details
-
AbstractUniTypeFunction
-
-
Method Details
-
jdbcType
-
typeHandler
-