| 构造器和说明 |
|---|
SelectAlias(SelectCache cache,
String index,
String alias) |
| 限定符和类型 | 方法和说明 |
|---|---|
com.baomidou.mybatisplus.core.toolkit.support.SFunction<?,?>[] |
getArgs() |
Class<?> |
getClazz() |
String |
getColumn() |
Class<?> |
getColumnType() |
String |
getColumProperty() |
BaseFuncEnum |
getFunc() |
com.baomidou.mybatisplus.core.metadata.TableFieldInfo |
getTableFieldInfo() |
String |
getTagColumn() |
org.apache.ibatis.type.TypeHandler<?> |
getTypeHandle() |
boolean |
hasTypeHandle() |
boolean |
isFunc() |
boolean |
isLabel() |
boolean |
isPk() |
boolean |
isStr() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAlias, getIndex, isHasAliaspublic SelectAlias(SelectCache cache, String index, String alias)
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 在接口中 Selectpublic com.baomidou.mybatisplus.core.toolkit.support.SFunction<?,?>[] getArgs()
public BaseFuncEnum getFunc()
Copyright © 2022. All rights reserved.