Class CsvSavepoint

  • All Implemented Interfaces:
    java.sql.Savepoint

    public class CsvSavepoint
    extends java.lang.Object
    implements java.sql.Savepoint
    Savepoint implementation that does nothing, simply to satisfy the JDBC savepoint interfaces.
    • 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