Interface StatementTreeObject

All Known Implementing Classes:
AlterTableAction, Assignment, ByColumn, ColumnDef, ConstraintDef, FromClause, SearchExpression, SelectColumn, TableSelectExpression

public interface StatementTreeObject
An complex object that is to be contained within a StatementTree object. A statement tree object must be serializable, and it must be able to reference all Expression objects so that they may be prepared.
Author:
Tobias Downer
  • Method Summary

    Modifier and Type
    Method
    Description
    Performs a DEEP clone of this object if it is mutable, or a deep clone of its mutable members.
    void
    Prepares all expressions in this statement tree object by passing the ExpressionPreparer object to the 'prepare' method of the expression.