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, setProperty
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
copyPropertiesFrom, replace
accept
getProperties, getProperty, setProperty
cloneQuietly, cloneQuietly
protected ExpressionBuilder.Value value
protected boolean distinct
protected boolean all
public SQLBuilderBase.CountBuilderBase clone() throws java.lang.CloneNotSupportedException
Cloneable
clone
in interface ExpressionBuilder.Value
clone
in class ExpressionBuilder.AbstractValue
java.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.CountBuilder
public SQLBuilder.CountBuilder column(ExpressionBuilder.Value value)
column
in interface SQLBuilder.CountBuilder
public SQLBuilder.CountBuilder distinct()
distinct
in interface SQLBuilder.CountBuilder
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toString(Formatter formatter)
toString
in interface ExpressionBuilder.Value