Class PGSetting (0.16.0)

public class PGSetting

Represents a row in the pg_settings table.

Inheritance

java.lang.Object > PGSetting

Methods

getBootVal()

public String getBootVal()
Returns
TypeDescription
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
TypeDescription
String

getCategory()

public String getCategory()
Returns
TypeDescription
String

getContext()

public PGSetting.Context getContext()
Returns
TypeDescription
PGSetting.Context

getEnumVals()

public String[] getEnumVals()
Returns
TypeDescription
String[]

getExtension()

public String getExtension()
Returns
TypeDescription
String

getExtraDesc()

public String getExtraDesc()
Returns
TypeDescription
String

getMaxVal()

public String getMaxVal()
Returns
TypeDescription
String

getMinVal()

public String getMinVal()
Returns
TypeDescription
String

getName()

public String getName()
Returns
TypeDescription
String

getResetVal()

public String getResetVal()
Returns
TypeDescription
String

getSetting()

public String getSetting()

Returns the value of this setting.

Returns
TypeDescription
String

getShortDesc()

public String getShortDesc()
Returns
TypeDescription
String

getVartype()

public String getVartype()
Returns
TypeDescription
String