| Package | Description |
|---|---|
| net.lapismc.datastore | |
| net.lapismc.datastore.util |
| Modifier and Type | Method and Description |
|---|---|
DataStore.StorageType |
SQLite.getStorageType() |
DataStore.StorageType |
H2.getStorageType() |
DataStore.StorageType |
MySQL.getStorageType() |
abstract DataStore.StorageType |
DataStore.getStorageType()
Get the storage type
|
static DataStore.StorageType |
DataStore.StorageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataStore.StorageType[] |
DataStore.StorageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
File |
LapisURL.getFile(DataStore.StorageType type) |
String |
LapisURL.getURL(DataStore.StorageType type,
boolean includeDatabase) |
| Constructor and Description |
|---|
ConnectionManager(net.lapismc.lapiscore.LapisCorePlugin core,
LapisURL url,
DataStore.StorageType type,
String username,
String password) |
Copyright © 2020. All rights reserved.