Interface IResult

All Superinterfaces:
Serializable
All Known Implementing Classes:
Result, Result, Result

public interface IResult extends Serializable
  • Method Details

    • isId

      boolean isId()
    • getIndex

      String getIndex()
    • getSelectNormal

      SelectCache getSelectNormal()
    • getProperty

      String getProperty()
    • getJavaType

      Class<?> getJavaType()
    • getJdbcType

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

      default BaseColumn<?> getBaseColumn()