Uses of Class
tk.airshipcraft.commonlib.db.SqlConnectionManager
Packages that use SqlConnectionManager
Package
Description
Provides classes for database operations within the AirshipCraft plugin framework.
-
Uses of SqlConnectionManager in tk.airshipcraft.commonlib.db
Constructors in tk.airshipcraft.commonlib.db with parameters of type SqlConnectionManagerModifierConstructorDescriptionTableManager
(SqlConnectionManager connectionManager) Creates a new TableManager instance with a specified connection manager. -
Uses of SqlConnectionManager in tk.airshipcraft.commonlib.db.dao.impl
Constructors in tk.airshipcraft.commonlib.db.dao.impl with parameters of type SqlConnectionManagerModifierConstructorDescriptionSqlAuthDataDao
(SqlConnectionManager connectionManager) Constructs an instance of SqlAuthDataDao with a given SqlConnectionManager.SqlUserDao
(SqlConnectionManager connectionManager) Constructs a new SqlUserDao with a specified SqlConnectionManager.SqlWarningDao
(SqlConnectionManager connectionManager) Constructs a SqlWarningDao with a given SqlConnectionManager.