public class SQLBuilderBase.CountBuilderBase extends ExpressionBuilderBase.AbstractValue implements SQLBuilder.CountBuilder
Modifier and Type | Field and Description |
---|---|
protected boolean |
all |
protected boolean |
distinct |
protected ExpressionBuilder.Value |
value |
Constructor and Description |
---|
CountBuilderBase() |
Modifier and Type | Method and Description |
---|---|
SQLBuilder.CountBuilder |
all() |
SQLBuilder.CountBuilder |
column(ExpressionBuilder.Value value) |
SQLBuilder.CountBuilder |
distinct() |
String |
toString() |
accept
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
accept
protected ExpressionBuilder.Value value
protected boolean distinct
protected boolean all
public SQLBuilder.CountBuilder all()
all
in interface SQLBuilder.CountBuilder
public SQLBuilder.CountBuilder column(ExpressionBuilder.Value value)
column
in interface SQLBuilder.CountBuilder
public SQLBuilder.CountBuilder distinct()
distinct
in interface SQLBuilder.CountBuilder