Class SelectApt
java.lang.Object
com.github.yulichang.wrapper.segments.SelectApt
- All Implemented Interfaces:
Select,Serializable
缓存列
- Since:
- 1.5.0
- Author:
- yulichang
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSelectApt(Column[] columns, BaseFuncEnum baseFuncEnum, String alias) select("", arg.accept(col...))SelectApt(SelectCache cache, BaseColumn<?> baseColumn) select(col)SelectApt(SelectCache cache, Column column) select(col)SelectApt(SelectCache cache, Column column, BaseFuncEnum baseFuncEnum, String alias) select(()->"", col)SelectApt(SelectCache cache, Column column, String alias) selectAs(col,alias) -
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
-
Constructor Details
-
SelectApt
select(col) -
SelectApt
select(col) -
SelectApt
selectAs(col,alias) -
SelectApt
select(()->"", col) -
SelectApt
select("", arg.accept(col...))
-
-
Method Details
-
isHasTableAlias
public boolean isHasTableAlias()- Specified by:
isHasTableAliasin interfaceSelect
-
getTableAlias
- Specified by:
getTableAliasin interfaceSelect
-
getClazz
-
getIndex
-
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()
-