getAllArenaIds

open fun getAllArenaIds(@Nullable tablePrefix: @Nullable String): List<String>(source)

Gets a list of all arena IDs from the database.

Return

a list of all arena IDs in the database.

Parameters

tablePrefix

the prefix, if any, to use for the container.

Throws

if an I/O error occurs while retrieving the arena IDs.