Class PGSetting (0.14.1)
Stay organized with collections
Save and categorize content based on your preferences.
publicclass PGSettingRepresents a row in the pg_settings table.
Inherited Members
Methods
getBootVal()
publicStringgetBootVal() Type
Description
getCasePreservingKey()
publicStringgetCasePreservingKey()Returns the case-preserving key of this setting. Some settings have a key that is written in camel case (e.g. 'DateStyle') instead of snake case (e.g. 'server_version'). This key should not be used to look up a setting in the session state map, but should be used in for example the pg_settings table.
Type
Description
getCategory()
publicStringgetCategory() Type
Description
getContext()
publicPGSetting.ContextgetContext() Type
Description
getEnumVals()
publicString[]getEnumVals() Type
Description
String[]
getExtension()
publicStringgetExtension() Type
Description
getExtraDesc()
publicStringgetExtraDesc() Type
Description
getMaxVal()
publicStringgetMaxVal() Type
Description
getMinVal()
publicStringgetMinVal() Type
Description
getName()
publicStringgetName() Type
Description
getResetVal()
publicStringgetResetVal() Type
Description
getSetting()
publicStringgetSetting()Returns the value of this setting.
Type
Description
getShortDesc()
publicStringgetShortDesc() Type
Description
getVartype()
publicStringgetVartype() Type
Description