public interface StatementTreeObject
| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Performs a DEEP clone of this object if it is mutable, or a deep clone
of its mutable members.
|
void |
prepareExpressions(ExpressionPreparer preparer)
Prepares all expressions in this statement tree object by passing the
ExpressionPreparer object to the 'prepare' method of the expression.
|
void prepareExpressions(ExpressionPreparer preparer) throws DatabaseException
DatabaseExceptionObject clone() throws CloneNotSupportedException
CloneNotSupportedExceptionCopyright © 2019. All rights reserved.