MySQL 9.0.0
Source Code Documentation
st_service_ref Struct Reference

A server-side reference to a plugin service. More...

#include <sql_plugin_services.h>

Public Attributes

const char * name
 The name of the service pointer symbol exported by the plugin. More...
 
uint version
 The service version provided by the server. More...
 
void * service
 The actual server side service structure pointer. More...
 

Detailed Description

A server-side reference to a plugin service.

See also
plugin_add, list_of_services

Member Data Documentation

◆ name

const char* st_service_ref::name

The name of the service pointer symbol exported by the plugin.

◆ service

void* st_service_ref::service

The actual server side service structure pointer.

◆ version

uint st_service_ref::version

The service version provided by the server.


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