public class SQLBuilderBase.CountBuilderBase extends SQLBuilderBase.AbstractStatementPart implements SQLBuilder.CountBuilder
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
all |
protected boolean |
distinct |
protected ExpressionBuilder.Value |
value |
properties| Constructor and Description |
|---|
CountBuilderBase() |
| Modifier and Type | Method and Description |
|---|---|
SQLBuilder.CountBuilder |
all() |
SQLBuilderBase.CountBuilderBase |
clone()
Creates a copy of the object.
|
SQLBuilder.CountBuilder |
column(ExpressionBuilder.Value value) |
SQLBuilder.CountBuilder |
distinct() |
java.lang.String |
toString() |
java.lang.String |
toString(Formatter formatter) |
accept, copyPropertiesFrom, getProperties, getProperty, replace, setPropertyequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcopyPropertiesFrom, replaceacceptgetProperties, getProperty, setPropertycloneQuietly, cloneQuietlyprotected ExpressionBuilder.Value value
protected boolean distinct
protected boolean all
public SQLBuilderBase.CountBuilderBase clone() throws java.lang.CloneNotSupportedException
Cloneableclone in interface ExpressionBuilder.Valueclone in class ExpressionBuilder.AbstractValuejava.lang.CloneNotSupportedException - if the instance of the object cannot
be cloned. As this is extending Cloneable so its sure
it implements it, so this exception may be used for problems on specific
object instances.Object#clone()}.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.CountBuilderpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toString(Formatter formatter)
toString in interface ExpressionBuilder.Value