Skip to content

File cas_common_function.h

FileList > broker > cas_common_function.h

Go to the source code of this file

  • #include "cas_common_vars.h"
  • #include "intl_support.h"

Public Types

Type Name
enum FN_RETURN
typedef FN_RETURN(* T_SERVER_FUNC

Public Functions

Type Name
void cas_common_bind_value_log (struct timeval * log_time, int start, int argc, void ** argv, int param_size, char * param_mode, unsigned int query_seq_num, bool slow_log, INTL_CODESET charset)
void cas_common_bind_value_print (char type, void * net_value, bool slow_log, INTL_CODESET charset)
FN_RETURN fn_deprecated (SOCKET sock_fd, int argc, void ** argv, T_NET_BUF * net_buf, T_REQ_INFO * req_info)
FN_RETURN fn_not_supported (SOCKET sock_fd, int argc, void ** argv, T_NET_BUF * net_buf, T_REQ_INFO * req_info)

Public Types Documentation

enum FN_RETURN

enum FN_RETURN {
    FN_KEEP_CONN = 0,
    FN_CLOSE_CONN = -1,
    FN_KEEP_SESS = -2,
    FN_GRACEFUL_DOWN = -3
};

typedef T_SERVER_FUNC

typedef FN_RETURN(* T_SERVER_FUNC) (SOCKET, int, void **, T_NET_BUF *, T_REQ_INFO *);

Public Functions Documentation

function cas_common_bind_value_log

void cas_common_bind_value_log (
    struct  timeval * log_time,
    int start,
    int argc,
    void ** argv,
    int param_size,
    char * param_mode,
    unsigned  int query_seq_num,
    bool slow_log,
    INTL_CODESET charset
) 

function cas_common_bind_value_print

void cas_common_bind_value_print (
    char type,
    void * net_value,
    bool slow_log,
    INTL_CODESET charset
) 

function fn_deprecated

FN_RETURN fn_deprecated (
    SOCKET sock_fd,
    int argc,
    void ** argv,
    T_NET_BUF * net_buf,
    T_REQ_INFO * req_info
) 

function fn_not_supported

FN_RETURN fn_not_supported (
    SOCKET sock_fd,
    int argc,
    void ** argv,
    T_NET_BUF * net_buf,
    T_REQ_INFO * req_info
) 


The documentation for this class was generated from the following file cubrid/src/broker/cas_common_function.h