R
- the type of model built by this Builder. Typically SelectModel.public class CountDSL<R> extends AbstractQueryExpressionDSL<CountDSL.CountWhereBuilder,CountDSL<R>> implements Buildable<R>
Modifier and Type | Class and Description |
---|---|
class |
CountDSL.CountWhereBuilder |
static class |
CountDSL.FromGatherer<R> |
tableAliases
Modifier and Type | Method and Description |
---|---|
R |
build() |
static CountDSL.FromGatherer<SelectModel> |
count(BasicColumn column) |
static <R> CountDSL.FromGatherer<R> |
count(Function<SelectModel,R> adapterFunction,
BasicColumn column) |
static CountDSL.FromGatherer<SelectModel> |
countDistinct(BasicColumn column) |
static <R> CountDSL.FromGatherer<R> |
countDistinct(Function<SelectModel,R> adapterFunction,
BasicColumn column) |
static <R> CountDSL<R> |
countFrom(Function<SelectModel,R> adapterFunction,
SqlTable table) |
static CountDSL<SelectModel> |
countFrom(SqlTable table) |
protected CountDSL<R> |
getThis() |
CountDSL.CountWhereBuilder |
where() |
addJoinSpecificationBuilder, buildJoinModel, buildSubQuery, buildSubQuery, fullJoin, fullJoin, fullJoin, fullJoin, fullJoin, join, join, join, join, join, leftJoin, leftJoin, leftJoin, leftJoin, leftJoin, rightJoin, rightJoin, rightJoin, rightJoin, rightJoin, table
applyWhere, where, where, where, where
public CountDSL.CountWhereBuilder where()
where
in class AbstractWhereSupport<CountDSL.CountWhereBuilder>
public static CountDSL<SelectModel> countFrom(SqlTable table)
public static <R> CountDSL<R> countFrom(Function<SelectModel,R> adapterFunction, SqlTable table)
public static CountDSL.FromGatherer<SelectModel> count(BasicColumn column)
public static <R> CountDSL.FromGatherer<R> count(Function<SelectModel,R> adapterFunction, BasicColumn column)
public static CountDSL.FromGatherer<SelectModel> countDistinct(BasicColumn column)
public static <R> CountDSL.FromGatherer<R> countDistinct(Function<SelectModel,R> adapterFunction, BasicColumn column)
protected CountDSL<R> getThis()
getThis
in class AbstractQueryExpressionDSL<CountDSL.CountWhereBuilder,CountDSL<R>>
Copyright © 2016–2021 MyBatis.org. All rights reserved.