Uses of Interface
me.hsgamer.hscore.database.Driver
Package
Description
Contains the base classes to work with databases
Contains the implementation of
Driver
for H2Contains the implementation of
Driver
for MariaDBContains the implementation of
Driver
for MySQLContains the implementation of
Driver
for PostgreSQLContains the implementation of
Driver
for SQLiteContains the implementation of
Driver
for Microsoft SQL Server-
Uses of Driver in me.hsgamer.hscore.database
-
Uses of Driver in me.hsgamer.hscore.database.driver.h2
Modifier and TypeClassDescriptionclass
The driver for H2 (Embedded Mode)class
A driver for H2 (In-Memory Mode)class
A driver for H2 (Server Mode) -
Uses of Driver in me.hsgamer.hscore.database.driver.mariadb
-
Uses of Driver in me.hsgamer.hscore.database.driver.mysql
-
Uses of Driver in me.hsgamer.hscore.database.driver.postgresql
-
Uses of Driver in me.hsgamer.hscore.database.driver.sqlite
Modifier and TypeClassDescriptionclass
A driver for SQLite (File Mode)class
A driver for SQLite (In-Memory Mode) -
Uses of Driver in me.hsgamer.hscore.database.driver.sqlserver