MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ib_qry_node_t Struct Reference
Collaboration diagram for ib_qry_node_t:

Public Attributes

ins_node_tins
upd_node_tupd
sel_node_tsel

Detailed Description

Query node types.

Definition at line 99 of file api0api.cc.

Member Data Documentation

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.


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