Uses of Interface
org.sgrewritten.stargate.database.SQLDatabaseAPI
Packages that use SQLDatabaseAPI
Package
Description
-
Uses of SQLDatabaseAPI in org.sgrewritten.stargate.database
Classes in org.sgrewritten.stargate.database that implement SQLDatabaseAPIModifier and TypeClassDescriptionclass
Represents a MySQL databaseclass
Represents an SQLite databaseMethods in org.sgrewritten.stargate.database with parameters of type SQLDatabaseAPIModifier and TypeMethodDescriptionvoid
SQLDatabase.load
(SQLDatabaseAPI database) Loads the database from the given API, and prepares necessary tablesConstructors in org.sgrewritten.stargate.database with parameters of type SQLDatabaseAPIModifierConstructorDescriptionSQLDatabase
(SQLDatabaseAPI database, boolean usingBungee, boolean usingRemoteDatabase, TableNameConfiguration config, StoredPropertiesAPI propertiesDatabase) Instantiates a new stargate registrySQLDatabase
(SQLDatabaseAPI database, boolean usingBungee, boolean usingRemoteDatabase, StoredPropertiesAPI propertiesDatabase) Instantiates a new stargate registrySQLDatabase
(SQLDatabaseAPI database, StoredPropertiesAPI propertiesDatabase) Instantiates a new stargate registry -
Uses of SQLDatabaseAPI in org.sgrewritten.stargate.migration
Methods in org.sgrewritten.stargate.migration with parameters of type SQLDatabaseAPIModifier and TypeMethodDescriptionabstract void
DataMigration.run
(@NotNull SQLDatabaseAPI base, StargateAPI stargateAPI) Runs this configuration modifiervoid
DataMigration6.run
(@NotNull SQLDatabaseAPI database, StargateAPI stargateAPI) void
DataMigration7.run
(@NotNull SQLDatabaseAPI database, StargateAPI stargateAPI) void
DataMigration9.run
(@NotNull SQLDatabaseAPI database, StargateAPI stargateAPI) boolean
DataMigrator.run
(@NotNull SQLDatabaseAPI database, StargateAPI stargateAPI) Runs all relevant config migrationsConstructors in org.sgrewritten.stargate.migration with parameters of type SQLDatabaseAPIModifierConstructorDescriptionSQLDatabaseMigrator
(@NotNull SQLDatabaseAPI database, @NotNull TableNameConfiguration nameConfiguration, @NotNull String sqlFilesPath, boolean interServerEnabled) -
Uses of SQLDatabaseAPI in org.sgrewritten.stargate.util.database
Methods in org.sgrewritten.stargate.util.database that return SQLDatabaseAPIModifier and TypeMethodDescriptionstatic SQLDatabaseAPI
DatabaseHelper.loadDatabase
(Stargate stargate) Loads the databaseMethods in org.sgrewritten.stargate.util.database with parameters of type SQLDatabaseAPIModifier and TypeMethodDescriptionstatic void
DatabaseHelper.createTables
(SQLDatabaseAPI database, SQLQueryGenerator sqlQueryGenerator, boolean useInterServerNetworks) Create all tables used by the sql database