Interface BindableColumn<T>
- Type Parameters:
T- - the Java type that corresponds to this column
- All Superinterfaces:
BasicColumn
- All Known Implementing Classes:
AbstractCount, AbstractTypeConvertingFunction, AbstractUniTypeFunction, Add, Avg, BoundValue, Concat, Concatenate, Constant, Count, CountAll, CountDistinct, DerivedColumn, Divide, Lower, Max, Min, Multiply, OperatorFunction, SqlColumn, StringConstant, Substring, Subtract, Sum, Upper
Describes a column with a known data type. The type is only used by the compiler to assure type safety
when building clauses with conditions.
- Author:
- Jeff Butler
-
Method Summary
Methods inherited from interface BasicColumn
alias, jdbcType, render, renderingStrategy, typeHandler
-
Method Details
-
as
Override the base method definition to make it more specific to this interface.- Specified by:
asin interfaceBasicColumn- Parameters:
alias- the column alias to set- Returns:
- new instance with alias set
-
convertParameterType
-
javaType
-