![]()  | 
  
    MySQL 9.5.0
    
   Source Code Documentation 
   | 
 
A service to fetch the query attribute null flag. More...
#include <mysql_query_attributes.h>
Public Attributes | |
| mysql_service_status_t(* | get )(mysqlh_query_attributes_iterator iterator, bool *out_null) | 
| Checks if the parameter value is a null.  More... | |
A service to fetch the query attribute null flag.
Use in conjunction with mysql_query_atrributes_iterator service
| mysql_service_status_t(* s_mysql_mysql_query_attribute_isnull::get) (mysqlh_query_attributes_iterator iterator, bool *out_null) | 
Checks if the parameter value is a null.
| iterator | query attributes iterator handle. | |
| [out] | out_null | set to true if the value is NULL. false otherwise. | 
| false | success. out_null valid | 
| true | Invalid iterator no current element |