Uses of Class
me.hsgamer.hscore.database.Setting
-
Uses of Setting in me.hsgamer.hscore.database
Fields in me.hsgamer.hscore.database declared as SettingMethods in me.hsgamer.hscore.database that return SettingModifier and TypeMethodDescriptionstatic SettingCreate a new setting with the default values from the driverstatic SettingSetting.deserialize(Driver driver, Map<String, Object> map) Deserialize the setting from the mapBaseClient.getSetting()Client.getSetting()Get the settingSetting.setClientProperties(Map<String, Object> properties) Set the client propertiesSetting.setClientProperty(String property, Object value) Set the client propertySetting.setDatabaseName(String databaseName) Set the database nameSetting.setDriverProperties(Map<String, Object> properties) Set the driver propertiesSetting.setDriverProperty(String property, Object value) Set the driver propertySet the hostSetting.setPassword(String password) Set the passwordSet the portSetting.setUsername(String username) Set the usernameMethods in me.hsgamer.hscore.database with parameters of type SettingModifier and TypeMethodDescriptiondefault voidDriver.applyDefaultSetting(Setting setting) Apply the default settingDriver.convertURL(Setting setting) Get the JDBC url from the configstatic StringDriver.createPropertyString(Setting setting) Create the property string for the URLstatic StringDriver.createPropertyString(Setting setting, String prefix, String delimiter) Create the property string for the URLConstructors in me.hsgamer.hscore.database with parameters of type Setting