CUBRID Engine
latest
|
Public Attributes | |
const char * | name |
DB_VALUE * | returnval |
DB_ARG_LIST * | args |
int | arg_count |
int | arg_mode [MAX_ARG_COUNT] |
int | arg_type [MAX_ARG_COUNT] |
int | return_type |
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] |
Definition at line 102 of file jsp_cl.c.
Referenced by jsp_do_call_stored_procedure(), jsp_receive_result(), and jsp_send_call_request().
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().
DB_ARG_LIST* SP_ARGS::args |
Definition at line 100 of file jsp_cl.c.
Referenced by jsp_do_call_stored_procedure(), jsp_get_argument_count(), jsp_receive_result(), 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().