SQL response
Success response to op_execute2
(see [wireprotocol-statements-execute]) or op_executeimmediate2
(not yet documented).
Int32
—p_operation
-
Operation code
If operation equals op_sql_response
— 78
:
Int32
—p_sqldata_messages
-
Count of rows following response (in practice, only
1
or0
) - Row data
-
The row data is not in a buffer like described in [wireprotocol-appendix-types], but as a sequence (0..1) of data rows with a special format, see [wireprotocol-reading-row-data].
You can also consider the row data not a part of the SQL response, but something that is sent after the SQL response.