Package com.impossibl.postgres.system
Class AbstractContext
- java.lang.Object
-
- com.impossibl.postgres.system.AbstractContext
-
- All Implemented Interfaces:
Configuration
,Context
- Direct Known Subclasses:
BasicContext
,SettingsContext
,TypeMapContext
public abstract class AbstractContext extends Object implements Context
-
-
Constructor Summary
Constructors Constructor Description AbstractContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> T
getSetting(Setting<T> setting)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.impossibl.postgres.system.Configuration
getSetting
-
Methods inherited from interface com.impossibl.postgres.system.Context
getAllocator, getCharset, getClientCurrencyFormatter, getClientDateFormat, getClientDecimalFormatter, getClientIntegerFormatter, getClientIntervalFormat, getClientTimeFormat, getClientTimestampFormat, getCustomTypeMap, getKeyData, getRegistry, getRequestExecutor, getServerCurrencyFormatter, getServerDateFormat, getServerInfo, getServerIntervalFormat, getServerTimeFormat, getServerTimestampFormat, getTimeZone, getTimeZoneId, unwrap
-
-
-
-
Method Detail
-
getSetting
public <T> T getSetting(Setting<T> setting)
- Specified by:
getSetting
in interfaceConfiguration
-
-