#include <pfs_plugin_table_service.h>
|
void(* | set )(PSI_field *f, PSI_longlong value) |
|
void(* | set_unsigned )(PSI_field *f, PSI_ulonglong value) |
|
void(* | get )(PSI_field *f, PSI_longlong *value) |
|
void(* | get_unsigned )(PSI_field *f, PSI_ulonglong *value) |
|
void(* | read_key )(PSI_key_reader *reader, PSI_plugin_key_bigint *key, int find_flag) |
|
void(* | read_key_unsigned )(PSI_key_reader *reader, PSI_plugin_key_ubigint *key, int find_flag) |
|
bool(* | match_key )(bool record_null, long long record_value, PSI_plugin_key_bigint *key) |
|
bool(* | match_key_unsigned )(bool record_null, unsigned long long record_value, PSI_plugin_key_ubigint *key) |
|
◆ get
◆ get_unsigned
◆ match_key
bool(* s_mysql_pfs_plugin_column_bigint_v1::match_key) (bool record_null, long long record_value, PSI_plugin_key_bigint *key) |
◆ match_key_unsigned
bool(* s_mysql_pfs_plugin_column_bigint_v1::match_key_unsigned) (bool record_null, unsigned long long record_value, PSI_plugin_key_ubigint *key) |
◆ read_key
◆ read_key_unsigned
◆ set
◆ set_unsigned
The documentation for this struct was generated from the following file: