| Package | Description |
|---|---|
| com.github.menglim.dbutils |
| 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.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
DbConnectionManager.initConnection(int connectionIndex,
DbType dbSupport,
String connectionString,
String username,
String password) |
static void |
DbConnectionManager.initConnection(int connectionIndex,
DbType dbSupport,
String connectionString,
String username,
String password,
String dateFormat) |
Copyright © 2022. All rights reserved.