|
CUBRID Engine
latest
|

Public Attributes | |
| DB_QUERY_RESULT * | query_result |
| int | num_attrs |
| char ** | attr_names |
| int * | attr_lengths |
| DB_TYPE * | attr_types |
| int | max_attr_name_length |
| CUBRID_STMT_TYPE | curr_stmt_type |
| int | curr_stmt_line_no |
Definition at line 69 of file csql_result.c.
| int* CUR_RESULT_INFO::attr_lengths |
Definition at line 74 of file csql_result.c.
Referenced by csql_results(), and write_results_to_stream().
| char** CUR_RESULT_INFO::attr_names |
Definition at line 73 of file csql_result.c.
Referenced by csql_results(), and write_results_to_stream().
| DB_TYPE* CUR_RESULT_INFO::attr_types |
Definition at line 75 of file csql_result.c.
Referenced by csql_results(), get_current_result(), and write_results_to_stream().
| int CUR_RESULT_INFO::curr_stmt_line_no |
Definition at line 78 of file csql_result.c.
Referenced by csql_results(), and write_results_to_stream().
| CUBRID_STMT_TYPE CUR_RESULT_INFO::curr_stmt_type |
Definition at line 77 of file csql_result.c.
Referenced by csql_results(), get_current_result(), and write_results_to_stream().
| int CUR_RESULT_INFO::max_attr_name_length |
Definition at line 76 of file csql_result.c.
Referenced by csql_results(), and write_results_to_stream().
| int CUR_RESULT_INFO::num_attrs |
Definition at line 72 of file csql_result.c.
Referenced by csql_results(), get_current_result(), and write_results_to_stream().
| DB_QUERY_RESULT* CUR_RESULT_INFO::query_result |
Definition at line 71 of file csql_result.c.
Referenced by csql_results(), get_current_result(), and write_results_to_stream().