T
- - even though the type is not directly used in this class,
it is used by the compiler to match columns with conditions so it should
not be removed.public interface BindableColumn<T> extends BasicColumn
Modifier and Type | Method and Description |
---|---|
BindableColumn<T> |
as(String alias)
Override the base method definition to make it more specific to this interface.
|
Optional<JDBCType> |
jdbcType() |
Optional<String> |
typeHandler() |
alias, renderWithTableAlias, renderWithTableAndColumnAlias
BindableColumn<T> as(String alias)
as
in interface BasicColumn
alias
- the column alias to setCopyright © 2016–2019 MyBatis.org. All rights reserved.