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, setPropertyequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoStringcloneQuietly, cloneQuietlypublic ExpressionBuilder.Value 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()}.