The IStatement type exposes the following members.

Properties

  NameDescription
Public propertyNeedsExecutor
Does this statement require the StatementExecutor? Essentially, at the JDBC level, does this require an executeUpdate()?
Public propertyStatementType
The main token type representing the type of this statement.
Public propertyWalker
The "phase 2" walker which generated this statement tree.

See Also