public interface Select extends Serializable
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAlias() |
SelectFunc.Arg[] |
getArgs() |
Class<?> |
getClazz() |
String |
getColumn() |
Class<?> |
getColumnType() |
String |
getColumProperty() |
BaseFuncEnum |
getFunc() |
Integer |
getIndex() |
String |
getTableAlias() |
com.baomidou.mybatisplus.core.metadata.TableFieldInfo |
getTableFieldInfo() |
String |
getTagColumn() |
org.apache.ibatis.type.TypeHandler<?> |
getTypeHandle() |
boolean |
hasTypeHandle() |
boolean |
isFunc() |
boolean |
isHasAlias() |
boolean |
isHasTableAlias() |
boolean |
isLabel() |
boolean |
isPk() |
boolean |
isStr() |
Class<?> getClazz()
Integer getIndex()
boolean isHasTableAlias()
String getTableAlias()
boolean isPk()
String getColumn()
Class<?> getColumnType()
String getTagColumn()
String getColumProperty()
boolean hasTypeHandle()
org.apache.ibatis.type.TypeHandler<?> getTypeHandle()
boolean isHasAlias()
String getAlias()
com.baomidou.mybatisplus.core.metadata.TableFieldInfo getTableFieldInfo()
boolean isFunc()
SelectFunc.Arg[] getArgs()
BaseFuncEnum getFunc()
boolean isLabel()
boolean isStr()
Copyright © 2023. All rights reserved.