24#ifndef MYSQL_COMMAND_SESSION_STATE_IMP_H
25#define MYSQL_COMMAND_SESSION_STATE_IMP_H
Definition: mysql_command_session_state_imp.h:30
static mysql_command_session_state_status init(MYSQL_H mysql_h, mysql_command_session_state_type type, MYSQL_COMMAND_SESSION_STATE_ITERATOR_H *iterator) noexcept
Definition: mysql_command_session_state_imp.cc:45
static mysql_command_session_state_status get_next(MYSQL_COMMAND_SESSION_STATE_ITERATOR_H iterator, char *buffer, size_t buffer_length, size_t *length) noexcept
Definition: mysql_command_session_state_imp.cc:95
static void deinit(MYSQL_COMMAND_SESSION_STATE_ITERATOR_H iterator) noexcept
Definition: mysql_command_session_state_imp.cc:132
struct MYSQL_COMMAND_SESSION_STATE_ITERATOR_H_imp * MYSQL_COMMAND_SESSION_STATE_ITERATOR_H
Provide iterator access to session-tracker data cached in the MYSQL handle used by command services.
Definition: mysql_command_session_state.h:55
struct MYSQL_H_imp * MYSQL_H
Definition: mysql_command_services.h:33
int mysql_command_session_state_type
Definition: mysql_command_session_state_bits.h:29
mysql_command_session_state_status
Status codes returned by mysql_command_session_state service methods.
Definition: mysql_command_session_state_bits.h:34
bool length(const dd::Spatial_reference_system *srs, const Geometry *g1, double *length, bool *null) noexcept
Computes the length of linestrings and multilinestrings.
Definition: length.cc:76
mutable_buffer buffer(void *p, size_t n) noexcept
Definition: buffer.h:418
required string type
Definition: replication_group_member_actions.proto:34
Specifies macros to define Service Implementations.
#define DEFINE_METHOD(retval, name, args)
A macro to ensure method implementation has required properties, that is it does not throw exceptions...
Definition: service_implementation.h:79