MySQL 8.3.0
Source Code Documentation
Temp_table_handle Class Reference

#include <handler.h>

Public Member Functions

 Temp_table_handle ()
 
TABLEopen (THD *thd, const char *db_name, const char *table_name)
 Open the table handler. More...
 
 ~Temp_table_handle ()
 

Private Attributes

TABLEtable
 

Constructor & Destructor Documentation

◆ Temp_table_handle()

Temp_table_handle::Temp_table_handle ( )
inline

◆ ~Temp_table_handle()

Temp_table_handle::~Temp_table_handle ( )

Member Function Documentation

◆ open()

TABLE * Temp_table_handle::open ( THD thd,
const char *  db_name,
const char *  table_name 
)

Open the table handler.

Parameters
[in]thdThread object
[in]db_nameDatabase name
[in]table_nameTable name
Returns
table object or nullptr

Member Data Documentation

◆ table

TABLE* Temp_table_handle::table
private

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