MySQL 8.4.0
Source Code Documentation
ib_qry_node_t Struct Reference

Query node types. More...

Public Attributes

ins_node_tins
 Innobase SQL insert node used to perform inserts to the table. More...
 
upd_node_tupd
 Innobase SQL update node used to perform updates and deletes. More...
 
sel_node_tsel
 Innobase SQL select node used to perform selects on the table. More...
 

Detailed Description

Query node types.

Member Data Documentation

◆ ins

ins_node_t* ib_qry_node_t::ins

Innobase SQL insert node used to perform inserts to the table.

◆ sel

sel_node_t* ib_qry_node_t::sel

Innobase SQL select node used to perform selects on the table.

◆ upd

upd_node_t* ib_qry_node_t::upd

Innobase SQL update node used to perform updates and deletes.


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