Class PGSetting (0.14.1)

publicclass PGSetting

Represents a row in the pg_settings table.

Inheritance

java.lang.Object > PGSetting

Methods

getBootVal()

publicStringgetBootVal()
Returns
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.

Returns
Type Description

getCategory()

publicStringgetCategory()
Returns
Type Description

getContext()

publicPGSetting.ContextgetContext()
Returns
Type Description

getEnumVals()

publicString[]getEnumVals()
Returns
Type Description
String[]

getExtension()

publicStringgetExtension()
Returns
Type Description

getExtraDesc()

publicStringgetExtraDesc()
Returns
Type Description

getMaxVal()

publicStringgetMaxVal()
Returns
Type Description

getMinVal()

publicStringgetMinVal()
Returns
Type Description

getName()

publicStringgetName()
Returns
Type Description

getResetVal()

publicStringgetResetVal()
Returns
Type Description

getSetting()

publicStringgetSetting()

Returns the value of this setting.

Returns
Type Description

getShortDesc()

publicStringgetShortDesc()
Returns
Type Description

getVartype()

publicStringgetVartype()
Returns
Type Description

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.