Uses of Class
com.blackrook.sql.SQLConnection.Transaction
Packages that use SQLConnection.Transaction
Package
Description
Contains classes relevant to querying SQL databases.
Contains Utility classes.
-
Uses of SQLConnection.Transaction in com.blackrook.sql
Methods in com.blackrook.sql that return SQLConnection.TransactionModifier 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
Methods in com.blackrook.sql.util with parameters of type SQLConnection.TransactionModifier 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.