Class PgParameterStatus.

Inherits PgServerMessage

S: This message communicates a parameter value to the client.

The message data consists of two EStrings: the name of a parameter, and its current value in the backend.

EString PgParameterStatus::name()

Returns the name of this parameter.

EString PgParameterStatus::value()

Returns the value of this parameter.

This web page based on source code belonging to The Archiveopteryx Developers. All rights reserved.