Uses of Class
net.tirasa.connid.commons.db.DatabaseConnection
-
Uses of DatabaseConnection in net.tirasa.connid.commons.db
Modifier and TypeMethodDescriptionstatic void
SQLUtil.closeQuietly
(DatabaseConnection conn) Ignores any exception thrown by theConnection
parameter when closed, it also checks fornull
.static void
SQLUtil.rollbackQuietly
(DatabaseConnection conn) Ignores any exception thrown by theDatabaseConnection
parameter when closed, it also checks fornull
.