Class SqlUtils

java.lang.Object
org.jumpmind.db.sql.SqlUtils

public abstract class SqlUtils extends Object
  • Constructor Details

    • SqlUtils

      public SqlUtils()
  • Method Details

    • addSqlTransaction

      protected static void addSqlTransaction(ISqlTransaction transaction)
    • addSqlReadCursor

      protected static void addSqlReadCursor(ISqlReadCursor<?> cursor)
    • removeSqlReadCursor

      protected static void removeSqlReadCursor(ISqlReadCursor<?> cursor)
    • removeSqlTransaction

      protected static void removeSqlTransaction(ISqlTransaction transaction)
    • getOpenTransactions

      public static List<ISqlTransaction> getOpenTransactions()
    • getOpenSqlReadCursors

      public static List<ISqlReadCursor<?>> getOpenSqlReadCursors()
    • logOpenResources

      public static void logOpenResources()
    • setCaptureOwner

      public static void setCaptureOwner(boolean captureOwner)