|
MySQL 5.6.14 Source Code Document
|

Public Attributes | |
| ins_node_t * | ins |
| upd_node_t * | upd |
| sel_node_t * | sel |
Query node types.
Definition at line 99 of file api0api.cc.
| ins_node_t* ib_qry_node_t::ins |
Innobase SQL insert node used to perform inserts to the table
Definition at line 100 of file api0api.cc.
| sel_node_t* ib_qry_node_t::sel |
Innobase SQL select node used to perform selects on the table
Definition at line 104 of file api0api.cc.
| upd_node_t* ib_qry_node_t::upd |
Innobase SQL update node used to perform updates and deletes
Definition at line 102 of file api0api.cc.