public class SelectAlias extends Object implements Select
| 构造器和说明 |
|---|
SelectAlias(SelectCache cache,
Integer index,
String alias,
boolean hasTableAlias,
String tableAlias) |
| 限定符和类型 | 方法和说明 |
|---|---|
SelectFunc.Arg[] |
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, getTableAlias, isHasAlias, isHasTableAliaspublic SelectAlias(SelectCache cache, Integer index, String alias, 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 在接口中 Selectpublic SelectFunc.Arg[] getArgs()
public BaseFuncEnum getFunc()
Copyright © 2023. All rights reserved.