Uses of Class
io.permazen.kv.sql.SQLKVTransaction
Packages that use SQLKVTransaction
Package
Description
KVDatabase
implementation based on CockroachDB.KVDatabase
implementation based on Microsoft SQL Server.KVDatabase
implementation based on MySQL.KVDatabase
implementations based on SQL connections.KVDatabase
implementation based on SQLite.-
Uses of SQLKVTransaction in io.permazen.kv.cockroach
Methods in io.permazen.kv.cockroach with parameters of type SQLKVTransactionModifier and TypeMethodDescriptionCockroachKVDatabase.wrapException
(SQLKVTransaction tx, SQLException e) -
Uses of SQLKVTransaction in io.permazen.kv.mssql
Methods in io.permazen.kv.mssql that return SQLKVTransactionModifier and TypeMethodDescriptionprotected SQLKVTransaction
MSSQLKVDatabase.createSQLKVTransaction
(Connection connection) Methods in io.permazen.kv.mssql with parameters of type SQLKVTransactionModifier and TypeMethodDescriptionMSSQLKVDatabase.wrapException
(SQLKVTransaction tx, SQLException e) -
Uses of SQLKVTransaction in io.permazen.kv.mysql
Methods in io.permazen.kv.mysql that return SQLKVTransactionModifier and TypeMethodDescriptionprotected SQLKVTransaction
MySQLKVDatabase.createSQLKVTransaction
(Connection connection) Methods in io.permazen.kv.mysql with parameters of type SQLKVTransactionModifier and TypeMethodDescriptionMySQLKVDatabase.wrapException
(SQLKVTransaction tx, SQLException e) -
Uses of SQLKVTransaction in io.permazen.kv.sql
Methods in io.permazen.kv.sql that return SQLKVTransactionModifier and TypeMethodDescriptionprotected SQLKVTransaction
SQLKVDatabase.createSQLKVTransaction
(Connection connection) Create a newSQLKVTransaction
for a new transaction given the specifiedConnection
.SQLKVDatabase.createTransaction()
Create a new transaction.SQLKVDatabase.createTransaction
(Map<String, ?> options) Create a new transaction.Methods in io.permazen.kv.sql with parameters of type SQLKVTransactionModifier and TypeMethodDescriptionSQLKVDatabase.wrapException
(SQLKVTransaction transaction, SQLException e) Wrap the givenSQLException
in the appropriateKVTransactionException
. -
Uses of SQLKVTransaction in io.permazen.kv.sqlite
Methods in io.permazen.kv.sqlite with parameters of type SQLKVTransactionModifier and TypeMethodDescriptionSQLiteKVDatabase.wrapException
(SQLKVTransaction tx, SQLException e)