Uses of Class
com.smartfoxserver.v2.db.DBConfig
-
Packages that use DBConfig Package Description com.smartfoxserver.v2.db -
-
Uses of DBConfig in com.smartfoxserver.v2.db
Fields in com.smartfoxserver.v2.db declared as DBConfig Modifier and Type Field Description protected DBConfig
BaseDBManager. config
Methods in com.smartfoxserver.v2.db that return DBConfig Modifier and Type Method Description DBConfig
IDBManager. getConfig()
Get the configuration details of the JDBC connection and connection poolConstructors in com.smartfoxserver.v2.db with parameters of type DBConfig Constructor Description SFSDBManager(DBConfig config)
-