![]() |
MySQL 8.4.7
Source Code Documentation
|
A service that provides the API for get double. More...
#include <mysql_statement_service.h>
Public Attributes | |
| mysql_service_status_t(* | get )(my_h_row row, uint32_t column_index, double *data, bool *is_null) |
| Get float at column_index from a row. More... | |
A service that provides the API for get double.
| mysql_service_status_t(* s_mysql_mysql_stmt_get_double::get) (my_h_row row, uint32_t column_index, double *data, bool *is_null) |
Get float at column_index from a row.
| [in] | row | The row handle |
| [in] | column_index | 0-based index at which the data is extracted |
| [out] | data | The extracted double |
| [out] | is_null | Flag to indicate if value is null |
| false | success |
| true | failure |