Package | Description |
---|---|
com.auxiliary.db |
Modifier and Type | Field and Description |
---|---|
protected DataBaseType |
SqlAction.dataBaseType
指向连接的数据库类型
|
Modifier and Type | Method and Description |
---|---|
static DataBaseType |
DataBaseType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataBaseType[] |
DataBaseType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
SqlAction(DataBaseType dataBaseType,
String username,
String password,
String host,
String dataBaseName)
构造方法,用于指定数据库基本信息
|
Copyright © 2024. All rights reserved.