MySQL 9.1.0
Source Code Documentation
|
Query node types. More...
Public Attributes | |
ins_node_t * | ins |
Innobase SQL insert node used to perform inserts to the table. More... | |
upd_node_t * | upd |
Innobase SQL update node used to perform updates and deletes. More... | |
sel_node_t * | sel |
Innobase SQL select node used to perform selects on the table. More... | |
Query node types.
ins_node_t* ib_qry_node_t::ins |
Innobase SQL insert node used to perform inserts to the table.
sel_node_t* ib_qry_node_t::sel |
Innobase SQL select node used to perform selects on the table.
upd_node_t* ib_qry_node_t::upd |
Innobase SQL update node used to perform updates and deletes.