CUBRID Engine  latest
extract_context Struct Reference

#include <extract_schema.hpp>

Collaboration diagram for extract_context:
Collaboration graph

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_OBJLISTclasses
 
DB_OBJLISTvclass_list_has_using_index
 

Detailed Description

Definition at line 36 of file extract_schema.hpp.

Constructor & Destructor Documentation

extract_context::extract_context ( )
inline

Definition at line 48 of file extract_schema.hpp.

References clear_schema_workspace().

Member Function Documentation

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().

Here is the caller graph for this function:

Member Data Documentation

DB_OBJLIST* extract_context::classes
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
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

The documentation for this struct was generated from the following files: