Class MysqlSystem
- java.lang.Object
-
- be.yildizgames.module.database.BaseDatabaseSystem
-
- be.yildizgames.module.database.mysql.MysqlSystem
-
- All Implemented Interfaces:
be.yildizgames.module.database.DatabaseSystem
public class MysqlSystem extends be.yildizgames.module.database.BaseDatabaseSystem
- Author:
- Grégory Van den Borre
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jooq.SQLDialect
getDialect()
String
getDriver()
be.yildizgames.module.database.DriverProvider
getDriverProvider()
static void
support()
-
-
-
Field Detail
-
KEY
public static final String KEY
- See Also:
- Constant Field Values
-
-
Method Detail
-
support
public static void support()
-
getDialect
public final org.jooq.SQLDialect getDialect()
-
getDriver
public final String getDriver()
-
getDriverProvider
public final be.yildizgames.module.database.DriverProvider getDriverProvider()
-
-