Uses of Interface
com.blackrook.sql.util.SQLTransactionConsumer
Packages that use SQLTransactionConsumer
-
Uses of SQLTransactionConsumer in com.blackrook.sql
Methods in com.blackrook.sql with parameters of type SQLTransactionConsumerModifier and TypeMethodDescriptionstatic voidSQL.getTransactionAnd(Connection connection, SQLConnection.TransactionLevel transactionLevel, SQLTransactionConsumer handler) Starts a transaction with a provided level, performs actions on it, then auto-closes it.voidSQLConnection.startTransactionAnd(SQLConnection.TransactionLevel transactionLevel, SQLTransactionConsumer handler) Starts a transaction with a provided level, performs actions on it, then auto-closes it.