MySQL 8.4.0
Source Code Documentation
s_mysql_mysql_stored_program_runtime_argument_date Struct Reference

#include <mysql_stored_program.h>

Public Attributes

mysql_service_status_t(* get )(stored_program_runtime_context sp_runtime_context, uint16_t index, uint32_t *year, uint32_t *month, uint32_t *day, bool *is_null)
 
mysql_service_status_t(* set )(stored_program_runtime_context sp_runtime_context, uint16_t index, uint32_t year, uint32_t month, uint32_t day)
 

Member Data Documentation

◆ get

mysql_service_status_t(* s_mysql_mysql_stored_program_runtime_argument_date::get) (stored_program_runtime_context sp_runtime_context, uint16_t index, uint32_t *year, uint32_t *month, uint32_t *day, bool *is_null)
Parameters
[in]sp_runtime_contextstored program runtime context. If null, current runtime context will be used.
[in]indexArgument position
[out]yearYear information
[out]monthMonth of the year
[out]dayDay of the month
[out]is_nullFlag to indicate if value is null
Returns
Status of operation
Return values
falseSuccess
trueError

◆ set

mysql_service_status_t(* s_mysql_mysql_stored_program_runtime_argument_date::set) (stored_program_runtime_context sp_runtime_context, uint16_t index, uint32_t year, uint32_t month, uint32_t day)
Parameters
[in]sp_runtime_contextstored program runtime context. If null, current runtime context will be used.
[in]indexArgument position
[in]yearYear information
[in]monthMonth of the year
[in]dayDay of the month
Returns
Status of operation
Return values
falseSuccess
trueError

The documentation for this struct was generated from the following file: