MySQL 8.3.0
Source Code Documentation
s_mysql_pfs_plugin_column_tiny_v1 Struct Reference

#include <pfs_plugin_table_service.h>

Public Attributes

void(* set )(PSI_field *f, PSI_long value)
 
void(* set_unsigned )(PSI_field *f, PSI_ulong value)
 
void(* get )(PSI_field *f, PSI_long *value)
 
void(* get_unsigned )(PSI_field *f, PSI_ulong *value)
 
void(* read_key )(PSI_key_reader *reader, PSI_plugin_key_tinyint *key, int find_flag)
 
void(* read_key_unsigned )(PSI_key_reader *reader, PSI_plugin_key_utinyint *key, int find_flag)
 
bool(* match_key )(bool record_null, long record_value, PSI_plugin_key_tinyint *key)
 
bool(* match_key_unsigned )(bool record_null, unsigned long record_value, PSI_plugin_key_utinyint *key)
 

Member Data Documentation

◆ get

void(* s_mysql_pfs_plugin_column_tiny_v1::get) (PSI_field *f, PSI_long *value)

◆ get_unsigned

void(* s_mysql_pfs_plugin_column_tiny_v1::get_unsigned) (PSI_field *f, PSI_ulong *value)

◆ match_key

bool(* s_mysql_pfs_plugin_column_tiny_v1::match_key) (bool record_null, long record_value, PSI_plugin_key_tinyint *key)

◆ match_key_unsigned

bool(* s_mysql_pfs_plugin_column_tiny_v1::match_key_unsigned) (bool record_null, unsigned long record_value, PSI_plugin_key_utinyint *key)

◆ read_key

void(* s_mysql_pfs_plugin_column_tiny_v1::read_key) (PSI_key_reader *reader, PSI_plugin_key_tinyint *key, int find_flag)

◆ read_key_unsigned

void(* s_mysql_pfs_plugin_column_tiny_v1::read_key_unsigned) (PSI_key_reader *reader, PSI_plugin_key_utinyint *key, int find_flag)

◆ set

void(* s_mysql_pfs_plugin_column_tiny_v1::set) (PSI_field *f, PSI_long value)

◆ set_unsigned

void(* s_mysql_pfs_plugin_column_tiny_v1::set_unsigned) (PSI_field *f, PSI_ulong value)

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