Uses of Class
io.permazen.kv.sql.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
Modifier and TypeMethodDescriptionCockroachKVDatabase.wrapException
(SQLKVTransaction tx, SQLException e) -
Uses of SQLKVTransaction in io.permazen.kv.mssql
Modifier and TypeMethodDescriptionprotected SQLKVTransaction
MSSQLKVDatabase.createSQLKVTransaction
(Connection connection) Modifier and TypeMethodDescriptionMSSQLKVDatabase.wrapException
(SQLKVTransaction tx, SQLException e) -
Uses of SQLKVTransaction in io.permazen.kv.mysql
Modifier and TypeMethodDescriptionprotected SQLKVTransaction
MySQLKVDatabase.createSQLKVTransaction
(Connection connection) Modifier and TypeMethodDescriptionMySQLKVDatabase.wrapException
(SQLKVTransaction tx, SQLException e) -
Uses of SQLKVTransaction in io.permazen.kv.sql
Modifier 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.Modifier and TypeMethodDescriptionSQLKVDatabase.wrapException
(SQLKVTransaction transaction, SQLException e) Wrap the givenSQLException
in the appropriateKVTransactionException
. -
Uses of SQLKVTransaction in io.permazen.kv.sqlite
Modifier and TypeMethodDescriptionSQLiteKVDatabase.wrapException
(SQLKVTransaction tx, SQLException e)