Uses of Class
io.permazen.kv.sql.SQLKVDatabase
Packages that use SQLKVDatabase
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 SQLKVDatabase in io.permazen.kv.cockroach
Subclasses of SQLKVDatabase in io.permazen.kv.cockroach -
Uses of SQLKVDatabase in io.permazen.kv.mssql
Subclasses of SQLKVDatabase in io.permazen.kv.mssql -
Uses of SQLKVDatabase in io.permazen.kv.mysql
Subclasses of SQLKVDatabase in io.permazen.kv.mysql -
Uses of SQLKVDatabase in io.permazen.kv.sql
Fields in io.permazen.kv.sql declared as SQLKVDatabaseMethods in io.permazen.kv.sql that return SQLKVDatabaseModifier and TypeMethodDescriptionprotected abstract SQLKVDatabase
SQLDriverKVImplementation.createSQLKVDatabase
(C config) Instantiate aSQLKVDatabase
.SQLKVTransaction.getKVDatabase()
Methods in io.permazen.kv.sql with parameters of type SQLKVDatabaseModifier and TypeMethodDescriptionprotected abstract PreparedStatement
SQLKVTransaction.StmtType.create
(SQLKVDatabase db, Connection c, Logger log) Constructors in io.permazen.kv.sql with parameters of type SQLKVDatabaseModifierConstructorDescriptionSQLKVTransaction
(SQLKVDatabase database, Connection connection) Constructor. -
Uses of SQLKVDatabase in io.permazen.kv.sqlite
Subclasses of SQLKVDatabase in io.permazen.kv.sqlite