| Package | Description |
|---|---|
| wf.utils.db.models |
| Modifier and Type | Method and Description |
|---|---|
static DBType |
DBType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DBType |
DBType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DBType[] |
DBType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static DBType[] |
DBType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
DBConnection(String hostname,
String port,
String database,
String password,
String user,
DBType type) |
DBConnection(String hostname,
String port,
String database,
String password,
String user,
DBType type) |
Copyright © 2024. All rights reserved.