Uses of Interface
com.xzavier0722.mc.plugin.slimefun4.storage.adapter.sqlcommon.ISqlCommonConfig
Packages that use ISqlCommonConfig
Package
Description
-
Uses of ISqlCommonConfig in com.xzavier0722.mc.plugin.slimefun4.storage.adapter.mysql
Classes in com.xzavier0722.mc.plugin.slimefun4.storage.adapter.mysql that implement ISqlCommonConfig -
Uses of ISqlCommonConfig in com.xzavier0722.mc.plugin.slimefun4.storage.adapter.postgresql
Classes in com.xzavier0722.mc.plugin.slimefun4.storage.adapter.postgresql that implement ISqlCommonConfig -
Uses of ISqlCommonConfig in com.xzavier0722.mc.plugin.slimefun4.storage.adapter.sqlcommon
Classes in com.xzavier0722.mc.plugin.slimefun4.storage.adapter.sqlcommon with type parameters of type ISqlCommonConfigClasses in com.xzavier0722.mc.plugin.slimefun4.storage.adapter.sqlcommon that implement ISqlCommonConfigFields in com.xzavier0722.mc.plugin.slimefun4.storage.adapter.sqlcommon declared as ISqlCommonConfig -
Uses of ISqlCommonConfig in com.xzavier0722.mc.plugin.slimefun4.storage.adapter.sqlite
Classes in com.xzavier0722.mc.plugin.slimefun4.storage.adapter.sqlite that implement ISqlCommonConfig -
Uses of ISqlCommonConfig in com.xzavier0722.mc.plugin.slimefun4.storage.patch
Methods in com.xzavier0722.mc.plugin.slimefun4.storage.patch with parameters of type ISqlCommonConfigModifier and TypeMethodDescriptionabstract void
DatabasePatch.patch
(Statement stmt, ISqlCommonConfig config) void
DatabasePatchV1.patch
(Statement stmt, ISqlCommonConfig config) void
DatabasePatchV2.patch
(Statement stmt, ISqlCommonConfig config) void
DatabasePatch.updateVersion
(Statement stmt, ISqlCommonConfig config)