protected abstract class SQLBuilderBase.AbstractStatement extends SQLBuilderBase.AbstractStatementPart
properties
Modifier | Constructor and Description |
---|---|
protected |
AbstractStatement() |
Modifier and Type | Method and Description |
---|---|
ExpressionBuilder.Value |
clone()
Creates a copy of the object.
|
accept, copyPropertiesFrom, getProperties, getProperty, replace, setProperty
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
toString
cloneQuietly, cloneQuietly
public ExpressionBuilder.Value 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()}.