public interface IDbSetting extends Serializable
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAlias()
获取别名
|
DaoType |
getDaoType()
获取DAO类型
|
String |
getDbName()
获取DB实例名
|
String |
getDbType()
获取DB类型,如oracle、mysql、sqlserver
|
String |
getDriver()
获取驱动
|
String |
getType()
获取配置类型,如jdbc、c3p0
|
String getType()
String getAlias()
String getDbName()
String getDriver()
String getDbType()
DaoType getDaoType()
Copyright © 2020. All Rights Reserved.