Class SQLDriverKVImplementation<C extends SQLDriverKVImplementation.Config>

java.lang.Object
io.permazen.kv.sql.SQLDriverKVImplementation<C>
Type Parameters:
C - configuration object type
All Implemented Interfaces:
KVImplementation<C>
Direct Known Subclasses:
CockroachKVImplementation, MSSQLKVImplementation, MySQLKVImplementation

public abstract class SQLDriverKVImplementation<C extends SQLDriverKVImplementation.Config> extends Object implements KVImplementation<C>
Support superclass for KVImplementations that create SQLKVDatabase instances.