This packet is sent by the server after a MarsRequest from the client.
resultSetID (int): the ID of the result set
status (int): a combination of: Created(0x1), Fetched(0x2), Closed(0x4), Canceled(0x8), Error(0x10)
remainingRowCount (long): remaining row count
This packet type has no methods aside from the common ones.