Class SelectLabel
java.lang.Object
com.github.yulichang.wrapper.segments.SelectLabel
- All Implemented Interfaces:
Select,Serializable
对多或对一查询列
- Since:
- 1.3.10
- Author:
- yulichang
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSelectLabel(SelectCache cache, Integer index, Class<?> tagClass, boolean hasTableAlias, String tableAlias, BaseColumn<?> baseColumn) SelectLabel(SelectCache cache, Integer index, Class<?> tagClass, String column, boolean hasTableAlias, String tableAlias, BaseColumn<?> baseColumn) -
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
getBaseColumn, getColumns, getIndex, getTableAlias, isHasTableAlias
-
Constructor Details
-
SelectLabel
public SelectLabel(SelectCache cache, Integer index, Class<?> tagClass, boolean hasTableAlias, String tableAlias, BaseColumn<?> baseColumn) -
SelectLabel
public SelectLabel(SelectCache cache, Integer index, Class<?> tagClass, String column, boolean hasTableAlias, String tableAlias, BaseColumn<?> baseColumn)
-
-
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
-
isHasAlias
public boolean isHasAlias()- Specified by:
isHasAliasin interfaceSelect
-
getAlias
-
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()
-