Uses of Class
org.sgrewritten.stargate.exception.StargateInitializationException
-
Uses of StargateInitializationException in org.sgrewritten.stargate.database
Modifier and TypeMethodDescriptionvoid
SQLDatabase.load
(SQLDatabaseAPI database) Loads the database from the given API, and prepares necessary tablesModifierConstructorDescriptionMySqlDatabase
(DatabaseDriver driver, String address, int port, String database, String userName, String password, boolean useSSL) Instantiates a new MySQL database connection using the given valuesSQLDatabase
(SQLDatabaseAPI database, StoredPropertiesAPI propertiesDatabase) Instantiates a new stargate registry -
Uses of StargateInitializationException in org.sgrewritten.stargate.util.database
Modifier and TypeMethodDescriptionstatic SQLDatabaseAPI
DatabaseHelper.loadDatabase
(Stargate stargate) Loads the database