MySQL 8.4.2
Source Code Documentation
|
Row fragment for columns USER, HOST. More...
#include <table_helper.h>
Public Member Functions | |
int | make_row (PFS_account *pfs) |
Build a row from a memory buffer. More... | |
void | set_field (uint index, Field *f) |
Set a table field from the row. More... | |
void | set_nullable_field (uint index, Field *f) |
Public Attributes | |
PFS_user_name | m_user_name |
Column USER. More... | |
PFS_host_name | m_host_name |
Column HOST. More... | |
Row fragment for columns USER, HOST.
int PFS_account_row::make_row | ( | PFS_account * | pfs | ) |
Build a row from a memory buffer.
void PFS_account_row::set_field | ( | uint | index, |
Field * | f | ||
) |
Set a table field from the row.
void PFS_account_row::set_nullable_field | ( | uint | index, |
Field * | f | ||
) |
PFS_host_name PFS_account_row::m_host_name |
Column HOST.
PFS_user_name PFS_account_row::m_user_name |
Column USER.