Class DatabaseTransactionInfo

java.lang.Object
com.spun.util.database.DatabaseTransactionInfo

public class DatabaseTransactionInfo
extends Object
  • Constructor Details

    • DatabaseTransactionInfo

      public DatabaseTransactionInfo​(Connection con, int levelsOfRemoval) throws SQLException
      returns the object from the cache with the corosponding pkey
      Throws:
      SQLException
  • Method Details

    • getOriginatorText

      public static String getOriginatorText​(int offset)
    • isFinalizeable

      public boolean isFinalizeable()
    • isOriginator

      public boolean isOriginator​(Connection con, int levelsOfRemoval)
    • getConnection

      public Connection getConnection()
    • cleanConnection

      public void cleanConnection() throws SQLException
      Throws:
      SQLException