public class SelectFunc extends Object implements Select
| 限定符和类型 | 类和说明 |
|---|---|
static class |
SelectFunc.Arg |
static class |
SelectFunc.Func
泛型不同不能使用可变参数
我想10个参数应该够了吧...
|
| 构造器和说明 |
|---|
SelectFunc(SelectCache cache,
Integer index,
String alias,
BaseFuncEnum func,
boolean hasTableAlias,
String tableAlias) |
SelectFunc(String alias,
Integer index,
BaseFuncEnum func,
SelectFunc.Arg[] args,
boolean hasTableAlias,
String tableAlias)
kt
|
SelectFunc(String alias,
Integer index,
BaseFuncEnum func,
com.baomidou.mybatisplus.core.toolkit.support.SFunction<?,?>[] args,
boolean hasTableAlias,
String tableAlias) |
SelectFunc(String alias,
Integer index,
BaseFuncEnum func,
String column,
boolean hasTableAlias,
String tableAlias) |
| 限定符和类型 | 方法和说明 |
|---|---|
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() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAlias, getArgs, getColumn, getFunc, getIndex, getTableAlias, isFunc, isHasAlias, isHasTableAliaspublic SelectFunc(SelectCache cache, Integer index, String alias, BaseFuncEnum func, boolean hasTableAlias, String tableAlias)
public SelectFunc(String alias, Integer index, BaseFuncEnum func, String column, boolean hasTableAlias, String tableAlias)
public SelectFunc(String alias, Integer index, BaseFuncEnum func, com.baomidou.mybatisplus.core.toolkit.support.SFunction<?,?>[] args, boolean hasTableAlias, String tableAlias)
public SelectFunc(String alias, Integer index, BaseFuncEnum func, SelectFunc.Arg[] args, boolean hasTableAlias, String tableAlias)
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 © 2023. All rights reserved.