CUBRID Engine  latest
db_query_result Struct Reference

#include <db_query.h>

Collaboration diagram for db_query_result:
Collaboration graph

Public Attributes

DB_RESULT_TYPE type
 
DB_RESULT_STATUS status
 
int col_cnt
 
bool oid_included
 
DB_QUERY_TYPEquery_type
 
int type_cnt
 
int qtable_ind
 
union {
   DB_SELECT_RESULT   s
 
   DB_CALL_RESULT   c
 
   DB_OBJFETCH_RESULT   o
 
   DB_GET_RESULT   g
 
res
 
struct db_query_resultnext
 

Detailed Description

Definition at line 113 of file db_query.h.

Member Data Documentation

struct db_query_result* db_query_result::next

Definition at line 129 of file db_query.h.

Referenced by allocate_query_result(), db_init_query_result(), and free_query_result().

bool db_query_result::oid_included
int db_query_result::qtable_ind

Definition at line 121 of file db_query.h.

Referenced by db_alloc_query_result(), and db_free_query_result().


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