| 限定符和类型 | 类和说明 |
|---|---|
static class |
SelectFunc.Func
泛型不同不能使用可变参数
我想10个参数应该够了吧...
|
| 构造器和说明 |
|---|
SelectFunc(SelectCache cache,
String index,
String alias,
BaseFuncEnum func) |
SelectFunc(String alias,
String index,
BaseFuncEnum func,
com.baomidou.mybatisplus.core.toolkit.support.SFunction<?,?>[] args) |
SelectFunc(String alias,
String index,
BaseFuncEnum func,
String column) |
| 限定符和类型 | 方法和说明 |
|---|---|
Class<?> |
getClazz() |
Class<?> |
getColumnType() |
String |
getColumProperty() |
com.baomidou.mybatisplus.core.metadata.TableFieldInfo |
getTableFieldInfo() |
String |
getTagColumn() |
org.apache.ibatis.type.TypeHandler<?> |
getTypeHandle() |
boolean |
hasTypeHandle() |
boolean |
isLabel() |
boolean |
isPk() |
boolean |
isStr() |
public SelectFunc(SelectCache cache, String index, String alias, BaseFuncEnum func)
public SelectFunc(String alias, String index, BaseFuncEnum func, String column)
public SelectFunc(String alias, String index, BaseFuncEnum func, com.baomidou.mybatisplus.core.toolkit.support.SFunction<?,?>[] args)
public Class<?> getColumnType()
getColumnType 在接口中 Selectpublic String getTagColumn()
getTagColumn 在接口中 Selectpublic String getColumProperty()
getColumProperty 在接口中 Selectpublic boolean hasTypeHandle()
hasTypeHandle 在接口中 Selectpublic org.apache.ibatis.type.TypeHandler<?> getTypeHandle()
getTypeHandle 在接口中 Selectpublic com.baomidou.mybatisplus.core.metadata.TableFieldInfo getTableFieldInfo()
getTableFieldInfo 在接口中 SelectCopyright © 2022. All rights reserved.