|
CUBRID Engine
latest
|
#include <boot.h>

Public Attributes | |
| char * | db_path |
| char * | vol_path |
| char * | log_path |
| char * | lob_path |
| char * | db_host |
| char * | db_comments |
| char* boot_db_path_info::db_comments |
Definition at line 109 of file boot.h.
Referenced by db_init(), and xboot_initialize_server().
| char* boot_db_path_info::db_host |
Definition at line 108 of file boot.h.
Referenced by boot_initialize_client(), db_init(), and xboot_initialize_server().
| char* boot_db_path_info::db_path |
Definition at line 104 of file boot.h.
Referenced by boot_initialize_client(), db_init(), and xboot_initialize_server().
| char* boot_db_path_info::lob_path |
Definition at line 107 of file boot.h.
Referenced by boot_initialize_client(), db_init(), and xboot_initialize_server().
| char* boot_db_path_info::log_path |
Definition at line 106 of file boot.h.
Referenced by boot_initialize_client(), db_init(), and xboot_initialize_server().
| char* boot_db_path_info::vol_path |
Definition at line 105 of file boot.h.
Referenced by db_init(), and xboot_initialize_server().