Class SelectAlias
java.lang.Object
com.github.yulichang.wrapper.segments.SelectAlias
- All Implemented Interfaces:
Select,Serializable
别名列
- Since:
- 1.3.10
- Author:
- yulichang
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSelectAlias(SelectCache cache, Integer index, String alias, boolean hasTableAlias, String tableAlias) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.github.yulichang.wrapper.segments.Select
getAlias, getBaseColumn, getColumns, getIndex, getTableAlias, isHasAlias, isHasTableAlias
-
Constructor Details
-
SelectAlias
public SelectAlias(SelectCache cache, Integer index, String alias, boolean hasTableAlias, String tableAlias)
-
-
Method Details
-
getClazz
-
isPk
public boolean isPk() -
getColumn
-
getColumnType
- Specified by:
getColumnTypein interfaceSelect
-
getTagColumn
- Specified by:
getTagColumnin interfaceSelect
-
getColumProperty
- Specified by:
getColumPropertyin interfaceSelect
-
hasTypeHandle
public boolean hasTypeHandle()- Specified by:
hasTypeHandlein interfaceSelect
-
getTypeHandle
public org.apache.ibatis.type.TypeHandler<?> getTypeHandle()- Specified by:
getTypeHandlein interfaceSelect
-
getPropertyType
- Specified by:
getPropertyTypein interfaceSelect
-
getJdbcType
public org.apache.ibatis.type.JdbcType getJdbcType()- Specified by:
getJdbcTypein interfaceSelect
-
isFunc
public boolean isFunc() -
getArgs
-
getFunc
-
isLabel
public boolean isLabel() -
isStr
public boolean isStr()
-