Interface Select

All Superinterfaces:
Serializable
All Known Implementing Classes:
SelectAlias, SelectApt, SelectFunc, SelectLabel, SelectNormal, SelectString, SelectSub

public interface Select extends Serializable
查询列
Since:
1.3.10
Author:
yulichang
  • Method Details

    • getClazz

      Class<?> getClazz()
    • getIndex

      Integer getIndex()
    • isHasTableAlias

      boolean isHasTableAlias()
    • getTableAlias

      String getTableAlias()
    • isPk

      boolean isPk()
    • getColumn

      String getColumn()
    • getColumnType

      Class<?> getColumnType()
    • getTagColumn

      String getTagColumn()
    • getColumProperty

      String getColumProperty()
    • hasTypeHandle

      boolean hasTypeHandle()
    • getTypeHandle

      org.apache.ibatis.type.TypeHandler<?> getTypeHandle()
    • isHasAlias

      boolean isHasAlias()
    • getAlias

      String getAlias()
    • getPropertyType

      Class<?> getPropertyType()
    • getJdbcType

      org.apache.ibatis.type.JdbcType getJdbcType()
    • isFunc

      boolean isFunc()
    • getArgs

      SelectFunc.Arg[] getArgs()
    • getFunc

      BaseFuncEnum getFunc()
    • isLabel

      boolean isLabel()
    • isStr

      boolean isStr()
    • getColumns

      default Column[] getColumns()
    • getBaseColumn

      default BaseColumn<?> getBaseColumn()