MySQL 8.3.0
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...
 

Detailed Description

Row fragment for columns USER, HOST.

Member Function Documentation

◆ make_row()

int PFS_account_row::make_row ( PFS_account pfs)

Build a row from a memory buffer.

◆ set_field()

void PFS_account_row::set_field ( uint  index,
Field f 
)

Set a table field from the row.

◆ set_nullable_field()

void PFS_account_row::set_nullable_field ( uint  index,
Field f 
)

Member Data Documentation

◆ m_host_name

PFS_host_name PFS_account_row::m_host_name

Column HOST.

◆ m_user_name

PFS_user_name PFS_account_row::m_user_name

Column USER.


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