| Interface | Description |
|---|---|
| Configuration | |
| Context | |
| Setting.Converter<U> |
String to
U converter functional interface. |
| Class | Description |
|---|---|
| AbstractContext | |
| BasicContext | |
| CustomTypes | |
| DateStyle |
Utility methods for handling PostgreSQL DateStyle parameters
|
| Empty | |
| Identifier | |
| JavaTypeMapping |
Provides mapping from Java classes to the best matching
PostgreSQL type
|
| ParameterNames | |
| ServerConnectionInfo | |
| ServerInfo | |
| Setting<T> |
Completely defined setting that can be transformed to/from text, use alternate
names, carries a description and optional default value.
|
| Setting.Group |
Setting group.
|
| Settings |
Managed bag of textual settings that can be read & updated.
|
| SettingsContext | |
| SystemSettings | |
| TypeMapContext | |
| Version |
| Enum | Description |
|---|---|
| IntervalStyle |
Enumeration for PostgreSQL IntervalStyle
|
| SystemSettings.ProtocolIOMode |
| Exception | Description |
|---|---|
| ConversionException |
Created by kdubb on 7/15/16.
|
| NoticeException | |
| UnsupportedServerVersion |
| Annotation Type | Description |
|---|---|
| Setting.Description |
Setting value description annotation.
|
| Setting.Factory |
Setting factory annotation
Must be applied to any class that is generating settings via
the annotation processor.
|
| Setting.Group.Info |
Group definition annotation.
|
| Setting.Info |
Setting definition annotation.
|