Class CommandComplete
java.lang.Object
io.r2dbc.postgresql.message.backend.CommandComplete
- All Implemented Interfaces:
BackendMessage
The CommandComplete message.
-
Constructor Summary
ConstructorsConstructorDescriptionCommandComplete(String command, Integer rowId, Long rows) Create a new message. -
Method Summary
-
Constructor Details
-
CommandComplete
Create a new message.- Parameters:
command- the command that was completedrowId- the object ID of the inserted rowrows- the number of rows affected by the command- Throws:
IllegalArgumentException- ifcommandisnull
-
-
Method Details
-
equals
-
getCommand
Returns the command that was completed.- Returns:
- the command that was completed
-
getRowId
-
getRows
-
hashCode
-
toString
-