| Package | Description |
|---|---|
| me.lucko.helper.sql | |
| me.lucko.helper.sql.plugin |
| Modifier and Type | Method and Description |
|---|---|
static DatabaseCredentials |
DatabaseCredentials.fromConfig(org.bukkit.configuration.ConfigurationSection config) |
DatabaseCredentials |
SqlProvider.getGlobalCredentials()
Gets the global database credentials being used for the global datasource.
|
static DatabaseCredentials |
DatabaseCredentials.of(String address,
int port,
String database,
String username,
String password) |
| Modifier and Type | Method and Description |
|---|---|
Sql |
SqlProvider.getSql(DatabaseCredentials credentials)
Constructs a new datasource using the given credentials.
|
| Modifier and Type | Method and Description |
|---|---|
DatabaseCredentials |
HelperSqlPlugin.getGlobalCredentials() |
| Modifier and Type | Method and Description |
|---|---|
Sql |
HelperSqlPlugin.getSql(DatabaseCredentials credentials) |
| Constructor and Description |
|---|
HelperSql(DatabaseCredentials credentials) |
Copyright © 2019. All rights reserved.