Class PGSetting (0.27.1)
Stay organized with collections
Save and categorize content based on your preferences.
Version latestkeyboard_arrow_down
Represents a row in the pg_settings table.
Methods
getBootVal()
public String getBootVal ()
Returns
Type
Description
String
getCasePreservingKey()
public String getCasePreservingKey ()
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
String
getCategory()
public String getCategory ()
Returns
Type
Description
String
getContext()
public PGSetting . Context getContext ()
getEnumVals()
public String [] getEnumVals ()
Returns
Type
Description
String []
getExtension()
public String getExtension ()
Returns
Type
Description
String
public String getExtraDesc ()
Returns
Type
Description
String
getMaxVal()
public String getMaxVal ()
Returns
Type
Description
String
getMinVal()
public String getMinVal ()
Returns
Type
Description
String
getName()
Returns
Type
Description
String
getResetVal()
public String getResetVal ()
Returns
Type
Description
String
getSetting()
public String getSetting ()
Returns the value of this setting.
Returns
Type
Description
String
getShortDesc()
public String getShortDesc ()
Returns
Type
Description
String
getVartype()
public String getVartype ()
Returns
Type
Description
String
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 2026-03-09 UTC.
[null,null,["Last updated 2026-03-09 UTC."],[],[]]