Uses of Class
com.impossibl.postgres.system.Settings
-
Packages that use Settings Package Description com.impossibl.postgres.jdbc com.impossibl.postgres.system -
-
Uses of Settings in com.impossibl.postgres.jdbc
Fields in com.impossibl.postgres.jdbc declared as Settings Modifier and Type Field Description protected Settings
AbstractDataSource. settings
Methods in com.impossibl.postgres.jdbc with parameters of type Settings Modifier and Type Method Description static Connection
APITracing. setupIfEnabled(Connection connection, Settings settings)
-
Uses of Settings in com.impossibl.postgres.system
Fields in com.impossibl.postgres.system declared as Settings Modifier and Type Field Description protected Settings
BasicContext. settings
Methods in com.impossibl.postgres.system that return Settings Modifier and Type Method Description Settings
Settings. addMappedUnknownSetting(Setting<?> setting, Properties to)
Settings
Settings. duplicateKnowing(Setting.Group... groups)
Duplicates the bag of settings knowing settings from the specified groupsSettings
Settings. duplicateKnowingAll()
Duplicates the bag of settings knowing settings from all groupsMethods in com.impossibl.postgres.system with parameters of type Settings Modifier and Type Method Description void
Settings. setAll(Settings settings)
Transfers all settings from given settings bag into this instance.Constructors in com.impossibl.postgres.system with parameters of type Settings Constructor Description BasicContext(SocketAddress address, Settings settings)
-