MySQL 8.3.0
Source Code Documentation

Entry point for the performance schema interface. More...

#include <psi_statement.h>

Public Attributes

void *(* get_interface )(int version)
 ABI interface finder. More...
 

Detailed Description

Entry point for the performance schema interface.

Member Data Documentation

◆ get_interface

void *(* PSI_statement_bootstrap::get_interface) (int version)

ABI interface finder.

Calling this method with an interface version number returns either an instance of the ABI for this version, or NULL.

See also
PSI_STATEMENT_VERSION_1
PSI_STATEMENT_VERSION_2
PSI_STATEMENT_VERSION_3
PSI_STATEMENT_VERSION_4
PSI_CURRENT_STATEMENT_VERSION

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