MySQL 9.3.0
Source Code Documentation
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
jit_executor::GlobalCallbacks Struct Reference

#include <jit_executor_callbacks.h>

Public Attributes

std::function< std::shared_ptr< db::ISession >(bool read_only)> get_session
 
std::function< std::optional< std::string >()> get_current_mrs_user_id
 
std::function< std::string(const std::string &)> get_content_set_path
 
std::function< void()> interrupt
 

Member Data Documentation

◆ get_content_set_path

std::function<std::string(const std::string &)> jit_executor::GlobalCallbacks::get_content_set_path

◆ get_current_mrs_user_id

std::function<std::optional<std::string>()> jit_executor::GlobalCallbacks::get_current_mrs_user_id

◆ get_session

std::function<std::shared_ptr<db::ISession>(bool read_only)> jit_executor::GlobalCallbacks::get_session

◆ interrupt

std::function<void()> jit_executor::GlobalCallbacks::interrupt

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