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() |
acceptclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitacceptprotected ExpressionBuilder.Value value
protected boolean distinct
protected boolean all
public SQLBuilder.CountBuilder all()
all in interface SQLBuilder.CountBuilderpublic SQLBuilder.CountBuilder column(ExpressionBuilder.Value value)
column in interface SQLBuilder.CountBuilderpublic SQLBuilder.CountBuilder distinct()
distinct in interface SQLBuilder.CountBuilder