| Package | Description |
|---|---|
| com.impossibl.postgres.jdbc | |
| com.impossibl.postgres.system |
| Modifier and Type | Field and Description |
|---|---|
protected Settings |
AbstractDataSource.settings |
| Modifier and Type | Method and Description |
|---|---|
static Connection |
APITracing.setupIfEnabled(Connection connection,
Settings settings) |
| Modifier and Type | Field and Description |
|---|---|
protected Settings |
BasicContext.settings |
| Modifier and Type | Method and Description |
|---|---|
Settings |
Settings.addMappedUnknownSetting(Setting<?> setting,
Properties to) |
Settings |
Settings.duplicateKnowing(Setting.Group... groups)
Duplicates the bag of settings knowing settings from the specified groups
|
Settings |
Settings.duplicateKnowingAll()
Duplicates the bag of settings knowing settings from all groups
|
| Modifier and Type | Method and Description |
|---|---|
void |
Settings.setAll(Settings settings)
Transfers all settings from given settings bag
into this instance.
|
| Constructor and Description |
|---|
BasicContext(SocketAddress address,
Settings settings) |