|
CUBRID Engine
latest
|

Public Attributes | |
| char | saved_sqlca_sqlwarn [sizeof(((CUBRIDCA *) 0) ->sqlwarn)] |
| void * | saved_db_values |
| int | saved_num_db_values |
| int | saved_db_value_top |
| void * | saved_curr_file |
| const char * | saved_curr_filename |
| int | saved_curr_lineno |
Definition at line 330 of file esql_cli.c.
| void* uci_env_stack_entry::saved_curr_file |
Definition at line 336 of file esql_cli.c.
Referenced by pop_uci_environment(), and push_uci_environment().
| const char* uci_env_stack_entry::saved_curr_filename |
Definition at line 337 of file esql_cli.c.
Referenced by pop_uci_environment(), and push_uci_environment().
| int uci_env_stack_entry::saved_curr_lineno |
Definition at line 338 of file esql_cli.c.
Referenced by pop_uci_environment(), and push_uci_environment().
| int uci_env_stack_entry::saved_db_value_top |
Definition at line 335 of file esql_cli.c.
Referenced by pop_uci_environment(), and push_uci_environment().
| void* uci_env_stack_entry::saved_db_values |
Definition at line 333 of file esql_cli.c.
Referenced by pop_uci_environment(), and push_uci_environment().
| int uci_env_stack_entry::saved_num_db_values |
Definition at line 334 of file esql_cli.c.
Referenced by pop_uci_environment(), and push_uci_environment().
| char uci_env_stack_entry::saved_sqlca_sqlwarn[sizeof(((CUBRIDCA *) 0) ->sqlwarn)] |
Definition at line 332 of file esql_cli.c.
Referenced by pop_uci_environment(), and push_uci_environment().