Class TriggerResultSet

All Implemented Interfaces:
AutoCloseable, ResultSet, Wrapper

public class TriggerResultSet extends SingleRowResultSet
A single row, updateable ResultSet specially made for triggers. The changes made to this ResultSet are remembered and converted to a SPI_modify_tuple call prior to function return.
Author:
Thomas Hallgren