CUBRID Engine
latest
|
Public Attributes | |
struct static_method * | next |
char * | name |
void(* | function )() |
Definition at line 145 of file schema_manager.c.
void(* static_method::function) () |
Definition at line 150 of file schema_manager.c.
Referenced by sm_add_static_method(), and sm_link_static_method().
char* static_method::name |
Definition at line 149 of file schema_manager.c.
Referenced by sm_add_static_method(), sm_delete_static_method(), sm_find_static_method(), and sm_flush_static_methods().
struct static_method* static_method::next |
Definition at line 147 of file schema_manager.c.
Referenced by sm_add_static_method(), sm_delete_static_method(), sm_find_static_method(), and sm_flush_static_methods().