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
DatabaseException
Object clone() throws CloneNotSupportedException
CloneNotSupportedException
Copyright © 2015. All rights reserved.