MySQL 5.6.14 Source Code Document
|
#include <table_helper.h>
Public Member Functions | |
int | make_row (PFS_user *pfs) |
void | set_field (Field *f) |
Public Attributes | |
char | m_username [USERNAME_LENGTH] |
uint | m_username_length |
Row fragment for column USER.
Definition at line 96 of file table_helper.h.
int PFS_user_row::make_row | ( | PFS_user * | pfs | ) |
Build a row from a memory buffer.
Definition at line 47 of file table_helper.cc.
void PFS_user_row::set_field | ( | Field * | f | ) |
Set a table field from the row.
Definition at line 57 of file table_helper.cc.
char PFS_user_row::m_username[USERNAME_LENGTH] |
Column USER.
Definition at line 99 of file table_helper.h.
uint PFS_user_row::m_username_length |
Length in bytes of m_username
.
Definition at line 101 of file table_helper.h.