CUBRID Engine
latest
|
#include <extract_schema.hpp>
Public Member Functions | |
extract_context () | |
void | clear_schema_workspace (void) |
Public Attributes | |
int | do_auth |
EMIT_STORAGE_ORDER | storage_order |
const char * | exec_name |
int | has_indexes |
DB_OBJLIST * | classes |
DB_OBJLIST * | vclass_list_has_using_index |
Definition at line 36 of file extract_schema.hpp.
|
inline |
Definition at line 48 of file extract_schema.hpp.
References clear_schema_workspace().
void extract_context::clear_schema_workspace | ( | void | ) |
Definition at line 28 of file extract_schema.cpp.
References classes, db_objlist_free(), NULL, and vclass_list_has_using_index.
Referenced by extract_context(), and unloaddb().
DB_OBJLIST* extract_context::classes |
Definition at line 45 of file extract_schema.hpp.
Referenced by clear_schema_workspace(), extract_classes(), extract_indexes_to_file(), and extract_triggers().
int extract_context::do_auth |
Definition at line 39 of file extract_schema.hpp.
Referenced by extract_classes(), and unloaddb().
const char* extract_context::exec_name |
Definition at line 41 of file extract_schema.hpp.
Referenced by extract_classes(), extract_classes_to_file(), extract_indexes_to_file(), extract_triggers_to_file(), and unloaddb().
int extract_context::has_indexes |
Definition at line 44 of file extract_schema.hpp.
Referenced by extract_classes(), and extract_indexes_to_file().
EMIT_STORAGE_ORDER extract_context::storage_order |
Definition at line 40 of file extract_schema.hpp.
Referenced by extract_classes(), and unloaddb().
DB_OBJLIST* extract_context::vclass_list_has_using_index |
Definition at line 46 of file extract_schema.hpp.
Referenced by clear_schema_workspace(), extract_classes(), and extract_indexes_to_file().