CUBRID Engine  latest
SP_ARGS Struct Reference
Collaboration diagram for SP_ARGS:
Collaboration graph

Public Attributes

const char * name
 
DB_VALUEreturnval
 
DB_ARG_LISTargs
 
int arg_count
 
int arg_mode [MAX_ARG_COUNT]
 
int arg_type [MAX_ARG_COUNT]
 
int return_type
 

Detailed Description

Definition at line 96 of file jsp_cl.c.

Member Data Documentation

int SP_ARGS::arg_count

Definition at line 101 of file jsp_cl.c.

Referenced by jsp_do_call_stored_procedure().

int SP_ARGS::arg_mode[MAX_ARG_COUNT]
int SP_ARGS::arg_type[MAX_ARG_COUNT]

Definition at line 103 of file jsp_cl.c.

Referenced by jsp_do_call_stored_procedure(), and jsp_send_call_request().

const char* SP_ARGS::name

Definition at line 98 of file jsp_cl.c.

Referenced by jsp_do_call_stored_procedure(), and jsp_send_call_request().

int SP_ARGS::return_type

Definition at line 104 of file jsp_cl.c.

Referenced by jsp_do_call_stored_procedure(), and jsp_send_call_request().

DB_VALUE* SP_ARGS::returnval

Definition at line 99 of file jsp_cl.c.

Referenced by jsp_do_call_stored_procedure(), jsp_receive_error(), and jsp_receive_result().


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