CUBRID Engine
latest
|
#include <boot.h>
Public Attributes | |
char * | db_full_name |
char * | host_name |
char * | lob_path |
int | process_id |
OID | root_class_oid |
HFID | root_class_hfid |
PGLENGTH | page_size |
PGLENGTH | log_page_size |
float | disk_compatibility |
HA_SERVER_STATE | ha_server_state |
char | server_session_key [SERVER_SESSION_KEY_SIZE] |
int | db_charset |
char * | db_lang |
int boot_server_credential::db_charset |
Definition at line 149 of file boot.h.
Referenced by boot_register_client(), boot_restart_client(), sboot_register_client(), and xboot_register_client().
char* boot_server_credential::db_full_name |
Definition at line 138 of file boot.h.
Referenced by boot_client_all_finalize(), boot_initialize_client(), boot_register_client(), boot_restart_client(), sboot_register_client(), and xboot_register_client().
char* boot_server_credential::db_lang |
Definition at line 150 of file boot.h.
Referenced by boot_client_all_finalize(), boot_register_client(), boot_restart_client(), sboot_register_client(), and xboot_register_client().
float boot_server_credential::disk_compatibility |
Definition at line 146 of file boot.h.
Referenced by boot_register_client(), boot_restart_client(), sboot_register_client(), and xboot_register_client().
HA_SERVER_STATE boot_server_credential::ha_server_state |
Definition at line 147 of file boot.h.
Referenced by boot_register_client(), catcls_vclass_install(), sboot_register_client(), and xboot_register_client().
char* boot_server_credential::host_name |
Definition at line 139 of file boot.h.
Referenced by boot_client_all_finalize(), boot_initialize_client(), boot_register_client(), boot_restart_client(), sboot_register_client(), and xboot_register_client().
char* boot_server_credential::lob_path |
Definition at line 140 of file boot.h.
Referenced by boot_client_all_finalize(), boot_register_client(), boot_restart_client(), catcls_vclass_install(), sboot_register_client(), and xboot_register_client().
PGLENGTH boot_server_credential::log_page_size |
Definition at line 145 of file boot.h.
Referenced by boot_register_client(), boot_restart_client(), sboot_register_client(), and xboot_register_client().
PGLENGTH boot_server_credential::page_size |
Definition at line 144 of file boot.h.
Referenced by boot_register_client(), boot_restart_client(), sboot_register_client(), and xboot_register_client().
int boot_server_credential::process_id |
Definition at line 141 of file boot.h.
Referenced by boot_register_client(), sboot_register_client(), and xboot_register_client().
HFID boot_server_credential::root_class_hfid |
Definition at line 143 of file boot.h.
Referenced by boot_register_client(), boot_restart_client(), sboot_register_client(), and xboot_register_client().
OID boot_server_credential::root_class_oid |
Definition at line 142 of file boot.h.
Referenced by boot_register_client(), boot_restart_client(), sboot_register_client(), and xboot_register_client().
char boot_server_credential::server_session_key[SERVER_SESSION_KEY_SIZE] |
Definition at line 148 of file boot.h.
Referenced by boot_client_all_finalize(), boot_get_server_session_key(), boot_initialize_client(), boot_restart_client(), boot_set_server_session_key(), and xboot_register_client().