Class PSQLSavepoint

  • All Implemented Interfaces:
    java.sql.Savepoint

    public class PSQLSavepoint
    extends java.lang.Object
    implements java.sql.Savepoint
    • Constructor Detail

      • PSQLSavepoint

        public PSQLSavepoint​(int id)
      • PSQLSavepoint

        public PSQLSavepoint​(java.lang.String name)
    • Method Detail

      • getSavepointId

        public int getSavepointId()
                           throws java.sql.SQLException
        Specified by:
        getSavepointId in interface java.sql.Savepoint
        Throws:
        java.sql.SQLException
      • getSavepointName

        public java.lang.String getSavepointName()
                                          throws java.sql.SQLException
        Specified by:
        getSavepointName in interface java.sql.Savepoint
        Throws:
        java.sql.SQLException
      • invalidate

        public void invalidate()
      • getPGName

        public java.lang.String getPGName()
                                   throws java.sql.SQLException
        Throws:
        java.sql.SQLException