Interface IResult
- All Superinterfaces:
Serializable
-
Method Summary
Modifier and TypeMethodDescriptiondefault BaseColumn<?>getIndex()Class<?>org.apache.ibatis.type.JdbcTypebooleanisId()
-
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
-