Arena SQLite Provider
Functions
Link copied to clipboard
Checks whether an arena with the specified ID exists in the database.
Link copied to clipboard
Saves a new arena to the database.
Link copied to clipboard
Creates the container that will hold arenas in the database.
Link copied to clipboard
Deletes an arena from the database
Link copied to clipboard
Gets a list of all arena IDs from the database.
Link copied to clipboard
Gets a list of all arenas from the database.
Link copied to clipboard
abstract fun updateArena(@NotNull prefix: @NotNull String, @NotNull id: @NotNull String, @NotNull data: @NotNull String)
Updates an arena in the database