MySQL 9.0.0
Source Code Documentation

Row fragment for columns OBJECT_TYPE, SCHEMA_NAME, OBJECT_NAME. More...

#include <table_helper.h>

Public Member Functions

int make_row (PFS_table_share *pfs)
 Build a row from a memory buffer. More...
 
int make_row (PFS_program *pfs)
 
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

enum_object_type m_object_type {NO_OBJECT_TYPE}
 Column OBJECT_TYPE. More...
 
PFS_schema_name m_schema_name
 Column SCHEMA_NAME. More...
 
PFS_object_name m_object_name
 Column OBJECT_NAME. More...
 

Detailed Description

Row fragment for columns OBJECT_TYPE, SCHEMA_NAME, OBJECT_NAME.

Member Function Documentation

◆ make_row() [1/2]

int PFS_object_row::make_row ( PFS_program pfs)

◆ make_row() [2/2]

int PFS_object_row::make_row ( PFS_table_share pfs)

Build a row from a memory buffer.

◆ set_field()

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

Set a table field from the row.

◆ set_nullable_field()

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

Member Data Documentation

◆ m_object_name

PFS_object_name PFS_object_row::m_object_name

Column OBJECT_NAME.

◆ m_object_type

enum_object_type PFS_object_row::m_object_type {NO_OBJECT_TYPE}

Column OBJECT_TYPE.

◆ m_schema_name

PFS_schema_name PFS_object_row::m_schema_name

Column SCHEMA_NAME.


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