Skip to content

File query_method.cpp

FileList > cubrid > src > method > query_method.cpp

Go to the source code of this file

  • #include "query_method.hpp"
  • #include <unordered_map>
  • #include <vector>
  • #include "dbtype.h"
  • #include "method_struct_invoke.hpp"
  • #include "method_invoke_group.hpp"
  • #include "thread_compat.hpp"
  • #include "memory_wrapper.hpp"

Public Attributes

Type Name
unsigned int db_on_server
int method_Num_method_jsp_calls = 0

Public Functions

Type Name
int method_dispatch (unsigned int rc, char * methoddata, int methoddata_size)
int method_error (unsigned int rc, int error_id)

Macros

Type Name
define ENTER_SERVER_IN_METHOD_CALL (save_pri_heap_id_) /* multi line expression */
define EXIT_SERVER_IN_METHOD_CALL (save_pri_heap_id_) /* multi line expression */

Public Attributes Documentation

variable db_on_server

unsigned int db_on_server;

variable method_Num_method_jsp_calls

int method_Num_method_jsp_calls;

Public Functions Documentation

function method_dispatch

int method_dispatch (
    unsigned  int rc,
    char * methoddata,
    int methoddata_size
) 

function method_error

int method_error (
    unsigned  int rc,
    int error_id
) 

Macro Definition Documentation

define ENTER_SERVER_IN_METHOD_CALL

#define ENTER_SERVER_IN_METHOD_CALL (
    save_pri_heap_id_
) `/* multi line expression */`

define EXIT_SERVER_IN_METHOD_CALL

#define EXIT_SERVER_IN_METHOD_CALL (
    save_pri_heap_id_
) `/* multi line expression */`


The documentation for this class was generated from the following file cubrid/src/method/query_method.cpp