Uses of Class
io.permazen.kv.sql.SQLDriverKVImplementation.Config
Packages that use SQLDriverKVImplementation.Config
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.-
Uses of SQLDriverKVImplementation.Config in io.permazen.kv.cockroach
Methods in io.permazen.kv.cockroach that return SQLDriverKVImplementation.ConfigModifier and TypeMethodDescriptionprotected SQLDriverKVImplementation.Config
CockroachKVImplementation.buildConfig
(joptsimple.OptionSet options, URI uri) Methods in io.permazen.kv.cockroach with parameters of type SQLDriverKVImplementation.ConfigModifier and TypeMethodDescriptionprotected CockroachKVDatabase
CockroachKVImplementation.createSQLKVDatabase
(SQLDriverKVImplementation.Config config) CockroachKVImplementation.getDescription
(SQLDriverKVImplementation.Config configuration) -
Uses of SQLDriverKVImplementation.Config in io.permazen.kv.mssql
Methods in io.permazen.kv.mssql that return SQLDriverKVImplementation.ConfigModifier and TypeMethodDescriptionprotected SQLDriverKVImplementation.Config
MSSQLKVImplementation.buildConfig
(joptsimple.OptionSet options, URI uri) Methods in io.permazen.kv.mssql with parameters of type SQLDriverKVImplementation.ConfigModifier and TypeMethodDescriptionprotected MSSQLKVDatabase
MSSQLKVImplementation.createSQLKVDatabase
(SQLDriverKVImplementation.Config configuration) MSSQLKVImplementation.getDescription
(SQLDriverKVImplementation.Config configuration) -
Uses of SQLDriverKVImplementation.Config in io.permazen.kv.mysql
Methods in io.permazen.kv.mysql that return SQLDriverKVImplementation.ConfigModifier and TypeMethodDescriptionprotected SQLDriverKVImplementation.Config
MySQLKVImplementation.buildConfig
(joptsimple.OptionSet options, URI uri) Methods in io.permazen.kv.mysql with parameters of type SQLDriverKVImplementation.ConfigModifier and TypeMethodDescriptionprotected MySQLKVDatabase
MySQLKVImplementation.createSQLKVDatabase
(SQLDriverKVImplementation.Config config) MySQLKVImplementation.getDescription
(SQLDriverKVImplementation.Config config) -
Uses of SQLDriverKVImplementation.Config in io.permazen.kv.sql
Classes in io.permazen.kv.sql with type parameters of type SQLDriverKVImplementation.ConfigModifier and TypeClassDescriptionclass
Support superclass forKVImplementation
s that createSQLKVDatabase
instances.Methods in io.permazen.kv.sql with parameters of type SQLDriverKVImplementation.ConfigModifier and TypeMethodDescriptionboolean
SQLDriverKVImplementation.providesKVDatabase
(SQLDriverKVImplementation.Config config)