Skip to content

Struct sm_method_signature

ClassList > sm_method_signature

  • #include <class_object.h>

Public Attributes

Type Name
SM_METHOD_ARGUMENT * args
METHOD_FUNCTION function
const char * function_name
struct sm_method_signature * next
int num_args
const char * sql_definition
SM_METHOD_ARGUMENT * value

Public Attributes Documentation

variable args

SM_METHOD_ARGUMENT* sm_method_signature::args;

variable function

METHOD_FUNCTION sm_method_signature::function;

variable function_name

const char* sm_method_signature::function_name;

variable next

struct sm_method_signature* sm_method_signature::next;

variable num_args

int sm_method_signature::num_args;

variable sql_definition

const char* sm_method_signature::sql_definition;

variable value

SM_METHOD_ARGUMENT* sm_method_signature::value;


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