Interface DatabaseSetting
-
public interface DatabaseSetting
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,Object>getClientProperties()StringgetDatabase()Map<String,Object>getDriverProperties()StringgetHost()StringgetPassword()StringgetPort()StringgetUsername()booleanisUseSSL()
-