Interface Select
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
SelectAlias,SelectApt,SelectFunc,SelectLabel,SelectNormal,SelectString,SelectSub
查询列
- Since:
- 1.3.10
- Author:
- yulichang
-
Method Summary
Modifier and TypeMethodDescriptiongetAlias()getArgs()default BaseColumn<?>Class<?>getClazz()default Column[]Class<?>getFunc()getIndex()org.apache.ibatis.type.JdbcTypeClass<?>org.apache.ibatis.type.TypeHandler<?>booleanbooleanisFunc()booleanbooleanbooleanisLabel()booleanisPk()booleanisStr()
-
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
-
getBaseColumn
-