Skip to content

ParameterStatus

[Source]

A runtime parameter reported by the server. PostgreSQL sends these during connection startup and whenever a parameter's value changes (e.g., after a SET command). Common parameters include server_version, client_encoding, and standard_conforming_strings.

class val ParameterStatus

Constructors

create

[Source]

new val create(
  name': String val,
  value': String val)
: ParameterStatus val^

Parameters

Returns


Public fields

let name: String val

[Source]


let value: String val

[Source]