Uses of Interface
io.github.projectunified.craftdatabase.Driver
Packages that use 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 io.github.projectunified.craftdatabase
Classes in io.github.projectunified.craftdatabase that implement DriverMethods in io.github.projectunified.craftdatabase that return DriverMethods in io.github.projectunified.craftdatabase with parameters of type Driver -
Uses of Driver in io.github.projectunified.craftdatabase.driver.h2
Subinterfaces of Driver in io.github.projectunified.craftdatabase.driver.h2Classes in io.github.projectunified.craftdatabase.driver.h2 that implement DriverModifier and TypeClassDescriptionclassThe driver for H2 (Embedded Mode)classA driver for H2 (In-Memory Mode)classA driver for H2 (Server Mode) -
Uses of Driver in io.github.projectunified.craftdatabase.driver.mariadb
Classes in io.github.projectunified.craftdatabase.driver.mariadb that implement Driver -
Uses of Driver in io.github.projectunified.craftdatabase.driver.mysql
Classes in io.github.projectunified.craftdatabase.driver.mysql that implement Driver -
Uses of Driver in io.github.projectunified.craftdatabase.driver.postgresql
Classes in io.github.projectunified.craftdatabase.driver.postgresql that implement Driver -
Uses of Driver in io.github.projectunified.craftdatabase.driver.sqlite
Subinterfaces of Driver in io.github.projectunified.craftdatabase.driver.sqliteClasses in io.github.projectunified.craftdatabase.driver.sqlite that implement DriverModifier and TypeClassDescriptionclassA driver for SQLite (File Mode)classA driver for SQLite (In-Memory Mode) -
Uses of Driver in io.github.projectunified.craftdatabase.driver.sqlserver
Classes in io.github.projectunified.craftdatabase.driver.sqlserver that implement Driver