java.lang.Object
org.postgresql.pljava.internal.PgSavepoint
All Implemented Interfaces:
Savepoint

public class PgSavepoint extends Object implements Savepoint
Implementation of Savepoint for the SPI connection.

It is an historical oddity that this is in the .internal package rather than .jdbc.

Author:
Thomas Hallgren