Uses of Class
io.permazen.kv.sql.SQLDriverKVImplementation.Config
-
Packages that use SQLDriverKVImplementation.Config Package Description io.permazen.kv.cockroach KVDatabase
implementation based on CockroachDB.io.permazen.kv.mssql KVDatabase
implementation based on Microsoft SQL Server.io.permazen.kv.mysql KVDatabase
implementation based on MySQL.io.permazen.kv.sql KVDatabase
implementations based on SQL connections. -
-
Uses of SQLDriverKVImplementation.Config in io.permazen.kv.cockroach
Methods in io.permazen.kv.cockroach that return SQLDriverKVImplementation.Config Modifier and Type Method Description SQLDriverKVImplementation.Config
CockroachKVImplementation. parseCommandLineOptions(ArrayDeque<String> options)
Methods in io.permazen.kv.cockroach with parameters of type SQLDriverKVImplementation.Config Modifier and Type Method Description protected CockroachKVDatabase
CockroachKVImplementation. createSQLKVDatabase(SQLDriverKVImplementation.Config configuration)
String
CockroachKVImplementation. getDescription(SQLDriverKVImplementation.Config configuration)
-
Uses of SQLDriverKVImplementation.Config in io.permazen.kv.mssql
Methods in io.permazen.kv.mssql that return SQLDriverKVImplementation.Config Modifier and Type Method Description SQLDriverKVImplementation.Config
MSSQLKVImplementation. parseCommandLineOptions(ArrayDeque<String> options)
Methods in io.permazen.kv.mssql with parameters of type SQLDriverKVImplementation.Config Modifier and Type Method Description protected MSSQLKVDatabase
MSSQLKVImplementation. createSQLKVDatabase(SQLDriverKVImplementation.Config configuration)
String
MSSQLKVImplementation. getDescription(SQLDriverKVImplementation.Config configuration)
-
Uses of SQLDriverKVImplementation.Config in io.permazen.kv.mysql
Methods in io.permazen.kv.mysql that return SQLDriverKVImplementation.Config Modifier and Type Method Description SQLDriverKVImplementation.Config
MySQLKVImplementation. parseCommandLineOptions(ArrayDeque<String> options)
Methods in io.permazen.kv.mysql with parameters of type SQLDriverKVImplementation.Config Modifier and Type Method Description protected MySQLKVDatabase
MySQLKVImplementation. createSQLKVDatabase(SQLDriverKVImplementation.Config configuration)
String
MySQLKVImplementation. getDescription(SQLDriverKVImplementation.Config configuration)
-
Uses of SQLDriverKVImplementation.Config in io.permazen.kv.sql
Classes in io.permazen.kv.sql with type parameters of type SQLDriverKVImplementation.Config Modifier and Type Class Description class
SQLDriverKVImplementation<C extends SQLDriverKVImplementation.Config>
Support superclass forKVImplementation
s that createSQLKVDatabase
instances.
-