public class DbConfig extends Object
DbConfig()
DbConfig(DbType dbType, String driverName, String url, String username, String password)
Connection
getConn()
IDbQuery
getDbQuery()
DbType
getDbType()
ITypeConvert
getTypeConvert()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DbConfig()
public DbConfig(DbType dbType, String driverName, String url, String username, String password)
public IDbQuery getDbQuery()
public ITypeConvert getTypeConvert()
public DbType getDbType()
public Connection getConn()
Copyright © 2020. All rights reserved.