This class implements Formatable. But it is NOT used
across either major or minor releases. It is only
written persistently in stored prepared statements,
not in the replication stage. SO, IT IS OK TO CHANGE
ITS read/writeExternal.
Public niladic constructor. Needed for Formatable interface to work.
UpdatableVTIConstantAction
public UpdatableVTIConstantAction(int statementType, boolean deferred, int[] changedColumnIds)(Code)
Make the ConstantAction for an updatable VTI statement.
Parameters: deferred - Whether or not to do operation in deferred mode Parameters: changedColumnIds - Array of ids of changed columns