MySQL 5.6.14 Source Code Document
|
#include <table_helper.h>
Public Member Functions | |
int | make_row (PFS_account *pfs) |
void | set_field (uint index, Field *f) |
Public Attributes | |
char | m_username [USERNAME_LENGTH] |
uint | m_username_length |
char | m_hostname [HOSTNAME_LENGTH] |
uint | m_hostname_length |
Row fragment for columns USER, HOST.
Definition at line 110 of file table_helper.h.
int PFS_account_row::make_row | ( | PFS_account * | pfs | ) |
Build a row from a memory buffer.
Definition at line 65 of file table_helper.cc.
void PFS_account_row::set_field | ( | uint | index, |
Field * | f | ||
) |
Set a table field from the row.
Definition at line 82 of file table_helper.cc.
char PFS_account_row::m_hostname[HOSTNAME_LENGTH] |
Column HOST.
Definition at line 117 of file table_helper.h.
uint PFS_account_row::m_hostname_length |
Length in bytes of m_hostname
.
Definition at line 119 of file table_helper.h.
char PFS_account_row::m_username[USERNAME_LENGTH] |
Column USER.
Definition at line 113 of file table_helper.h.
uint PFS_account_row::m_username_length |
Length in bytes of m_username
.
Definition at line 115 of file table_helper.h.