Class CountAll
java.lang.Object
org.mybatis.dynamic.sql.select.aggregate.AbstractCount
org.mybatis.dynamic.sql.select.aggregate.CountAll
- All Implemented Interfaces:
BasicColumn,BindableColumn<Long>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionOverride the base method definition to make it more specific to this interface.renderWithTableAlias(TableAliasCalculator tableAliasCalculator) Returns the name of the item aliased with a table name if appropriate.Methods inherited from class org.mybatis.dynamic.sql.select.aggregate.AbstractCount
aliasMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.mybatis.dynamic.sql.BasicColumn
renderWithTableAndColumnAliasMethods inherited from interface org.mybatis.dynamic.sql.BindableColumn
convertParameterType, javaType, jdbcType, renderingStrategy, typeHandler
-
Constructor Details
-
CountAll
public CountAll()
-
-
Method Details
-
renderWithTableAlias
Description copied from interface:BasicColumnReturns the name of the item aliased with a table name if appropriate. For example, "a.foo". This is appropriate for where clauses and order by clauses.- Parameters:
tableAliasCalculator- the table alias calculator for the current renderer- Returns:
- the item name with the table alias applied
-
as
Description copied from interface:BindableColumnOverride the base method definition to make it more specific to this interface.- Parameters:
alias- the column alias to set- Returns:
- new instance with alias set
-