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 java.lang.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, getCurrencyFormatter, getCustomTypeMap, getDateFormat, getDecimalFormatter, getIntegerFormatter, getKeyData, getRegistry, getRequestExecutor, getServerInfo, getTimeFormat, getTimestampFormat, getTimeZone, getTimeZoneId, unwrap
-
-
-
-
Method Detail
-
getSetting
public <T> T getSetting(Setting<T> setting)
- Specified by:
getSetting
in interfaceConfiguration
-
-