Uses of Interface
me.hsgamer.hscore.database.driver.h2.H2BaseDriver
Packages that use H2BaseDriver
Package
Description
Contains the implementation of
SqlClient for H2Contains the implementation of
Driver for H2-
Uses of H2BaseDriver in me.hsgamer.hscore.database.client.sql.h2
Constructors in me.hsgamer.hscore.database.client.sql.h2 with parameters of type H2BaseDriverModifierConstructorDescriptionH2Client(Setting setting, H2BaseDriver driver) Create a new H2 client -
Uses of H2BaseDriver in me.hsgamer.hscore.database.driver.h2
Classes in me.hsgamer.hscore.database.driver.h2 that implement H2BaseDriverModifier and TypeClassDescriptionclassThe driver for H2 (Embedded Mode)classA driver for H2 (In-Memory Mode)classA driver for H2 (Server Mode)