Drizzled Public API Documentation

open_node_struct Struct Reference

#include <row0sel.h>

Public Attributes

que_common_t common
enum open_node_op op_type
sel_node_tcursor_def

Detailed Description

Open or close cursor statement node

Definition at line 369 of file row0sel.h.

Member Data Documentation

que_common_t open_node_struct::common

type: QUE_NODE_OPEN

Definition at line 370 of file row0sel.h.

Referenced by pars_open_statement().

sel_node_t* open_node_struct::cursor_def

cursor definition

Definition at line 374 of file row0sel.h.

Referenced by pars_open_statement().

enum open_node_op open_node_struct::op_type

operation type: open or close cursor

Definition at line 371 of file row0sel.h.

Referenced by pars_open_statement().


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