Uses of Class
com.blackrook.sql.SQLConnection.Transaction
Package
Description
Contains classes relevant to querying SQL databases.
Contains Utility classes.
-
Uses of SQLConnection.Transaction in com.blackrook.sql
Modifier and TypeMethodDescriptionstatic SQLConnection.Transaction
SQL.getTransaction
(Connection connection, SQLConnection.TransactionLevel transactionLevel) Starts a transaction with a provided level.SQLConnection.startTransaction
(SQLConnection.TransactionLevel transactionLevel) Starts a transaction with a provided level. -
Uses of SQLConnection.Transaction in com.blackrook.sql.util
Modifier and TypeMethodDescriptionvoid
SQLTransactionConsumer.accept
(SQLConnection.Transaction transaction) Accepts the transaction, does something with it, and returns nothing.SQLTransactionFunction.apply
(SQLConnection.Transaction transaction) Accepts the transaction, does something with it, and returns a result.