Class TriggerOldTransitionRows

java.lang.Object
org.apache.derby.vti.UpdatableVTITemplate
org.apache.derby.catalog.TriggerOldTransitionRows
All Implemented Interfaces:
AutoCloseable, PreparedStatement, Statement, Wrapper

public class TriggerOldTransitionRows extends UpdatableVTITemplate
Provides information about a set of rows before a trigger action changed them.

This class implements only JDBC 1.2, not JDBC 2.0. You cannot compile this class with JDK1.2, since it implements only the JDBC 1.2 ResultSet interface and not the JDBC 2.0 ResultSet interface. You can only use this class in a JDK 1.2 runtime environment if no JDBC 2.0 calls are made against it.