Class FunctionCallResponse
java.lang.Object
io.r2dbc.postgresql.message.backend.FunctionCallResponse
- All Implemented Interfaces:
BackendMessage
The FunctionCallResponse message.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FunctionCallResponse
Create a new message.- Parameters:
value- the value of the function result, in the format indicated by the associated format code.
-
-
Method Details
-
equals
-
getValue
Returns the value of the function result, in the format indicated by the associated format code.- Returns:
- the value of the function result, in the format indicated by the associated format code
-
hashCode
-
toString
-