Class ParameterStatus
java.lang.Object
io.r2dbc.postgresql.message.backend.ParameterStatus
- All Implemented Interfaces:
BackendMessage
The ParameterStatus message.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ParameterStatus
Create a new message.- Parameters:
name- the name of the run-time parameter being reportedvalue- the current value of the parameter- Throws:
IllegalArgumentException- ifstatusorvalueisnull
-
-
Method Details
-
equals
-
getName
Returns the name of the run-time parameter being reported.- Returns:
- the name of the run-time parameter being reported
-
getValue
Returns the current value of the parameter.- Returns:
- the current value of the parameter
-
hashCode
-
toString
-