Class PreparedNode

All Implemented Interfaces:
SmartExternalizable, Externalizable, Serializable, Cloneable

public class PreparedNode extends LiteralNode
This is a Prepared node. it represents a literal node when used in a prepared statement. in addition to the value object, it holds the index of the parameter in the statement.
Author:
Michael Mitrani, 2Train4, 2004
See Also: