Package | Description |
---|---|
me.leoko.advancedban.manager | |
me.leoko.advancedban.utils |
Modifier and Type | Method and Description |
---|---|
ResultSet |
DatabaseManager.executeResultStatement(SQLQuery sql,
Object... parameters)
Execute a sql statement.
|
void |
DatabaseManager.executeStatement(SQLQuery sql,
Object... parameters)
Execute a sql statement without any results.
|
List<Punishment> |
PunishmentManager.getPunishments(SQLQuery sqlQuery,
Object... parameters)
Get parsed punishments from the database queried by the given
SQLQuery .The parameters work as described in MessageManager.sendMessage(Object, String, boolean, String...) . |
Modifier and Type | Method and Description |
---|---|
static SQLQuery |
SQLQuery.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SQLQuery[] |
SQLQuery.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020. All rights reserved.