MySQL 9.1.0
Source Code Documentation
|
A service that provides the apis for start_row, abort_row and end_row. More...
#include <mysql_command_consumer.h>
Public Attributes | |
mysql_service_status_t(* | start_row )(SRV_CTX_H srv_ctx_h) |
Indicates the beginning of a new row in the result set/metadata. More... | |
mysql_service_status_t(* | abort_row )(SRV_CTX_H srv_ctx_h) |
An error occurred during execution. More... | |
mysql_service_status_t(* | end_row )(SRV_CTX_H srv_ctx_h) |
Indicates the end of the current row in the result set/metadata. More... | |
A service that provides the apis for start_row, abort_row and end_row.
mysql_service_status_t(* s_mysql_mysql_text_consumer_row_factory_v1::abort_row) (SRV_CTX_H srv_ctx_h) |
An error occurred during execution.
This api indicates that an error occurred during command execution and the partial row should be dropped. Server will raise error and return.
srv_ctx_h | Dom_ctx data handle. |
false | success. |
true | failure. |
mysql_service_status_t(* s_mysql_mysql_text_consumer_row_factory_v1::end_row) (SRV_CTX_H srv_ctx_h) |
Indicates the end of the current row in the result set/metadata.
srv_ctx_h | Dom_ctx data handle. |
false | success. |
true | failure. |
mysql_service_status_t(* s_mysql_mysql_text_consumer_row_factory_v1::start_row) (SRV_CTX_H srv_ctx_h) |
Indicates the beginning of a new row in the result set/metadata.
srv_ctx_h | Dom_ctx data handle. |
false | success. |
true | failure. |