Package org.jumpmind.db.sql
Class SqlUtils
java.lang.Object
org.jumpmind.db.sql.SqlUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static void
addSqlReadCursor
(ISqlReadCursor<?> cursor) protected static void
addSqlTransaction
(ISqlTransaction transaction) static List<ISqlReadCursor<?>>
static List<ISqlTransaction>
static void
protected static void
removeSqlReadCursor
(ISqlReadCursor<?> cursor) protected static void
removeSqlTransaction
(ISqlTransaction transaction) static void
setCaptureOwner
(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)
-