CUBRID Engine  latest
sp_parser_ctx Struct Reference

#include <shard_parser.h>

Collaboration diagram for sp_parser_ctx:
Collaboration graph

Public Attributes

char * sql_stmt
 
bool is_select
 
int bind_count
 
SP_CURSOR cursor
 
SP_CURSOR prv_cursor
 
SP_TOKEN operator_
 
SP_PARSER_HINT_LIST list_a
 
SP_PARSER_HINT_LIST list_t [2]
 

Detailed Description

Definition at line 138 of file shard_parser.h.

Member Data Documentation

int sp_parser_ctx::bind_count
bool sp_parser_ctx::is_select

Definition at line 141 of file shard_parser.h.

Referenced by sp_create_parser(), and sp_is_valid_hint().

SP_TOKEN sp_parser_ctx::operator_

Definition at line 145 of file shard_parser.h.

Referenced by sp_create_parser(), sp_is_valid_hint(), and sp_process_token().

SP_CURSOR sp_parser_ctx::prv_cursor

Definition at line 144 of file shard_parser.h.

Referenced by sp_copy_cursor_to_prv(), and sp_create_parser().

char* sp_parser_ctx::sql_stmt

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