Package org.jumpmind.db.sql
Class SqlUtils
java.lang.Object
org.jumpmind.db.sql.SqlUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static voidaddSqlReadCursor(ISqlReadCursor<?> cursor) protected static voidaddSqlTransaction(ISqlTransaction transaction) static List<ISqlReadCursor<?>>static List<ISqlTransaction>static voidprotected static voidremoveSqlReadCursor(ISqlReadCursor<?> cursor) protected static voidremoveSqlTransaction(ISqlTransaction transaction) static voidsetCaptureOwner(boolean captureOwner)
-
Constructor Details
-
SqlUtils
public SqlUtils()
-
-
Method Details
-
addSqlTransaction
-
addSqlReadCursor
-
removeSqlReadCursor
-
removeSqlTransaction
-
getOpenTransactions
-
getOpenSqlReadCursors
-
logOpenResources
public static void logOpenResources() -
setCaptureOwner
public static void setCaptureOwner(boolean captureOwner)
-