File compactdb_common.c¶
FileList > cubrid > src > executables > compactdb_common.c
Go to the source code of this file
#include "config.h"#include <stdio.h>#include <errno.h>#include <string.h>#include <assert.h>#include "porting.h"#include "dbtype.h"#include "load_object.h"#include "db.h"#include "locator_cl.h"#include "schema_manager.h"#include "object_accessor.h"#include "set_object.h"#include "message_catalog.h"#include "network_interface_cl.h"#include "server_interface.h"#include "system_parameter.h"#include "utility.h"#include "authenticate.h"#include "transaction_cl.h"#include "execute_schema.h"#include "object_primitive.h"
Public Functions¶
| Type | Name |
|---|---|
| int | get_class_mops (char ** class_names, int num_class, MOP ** class_list, int * num_class_list) |
| int | get_class_mops_from_file (const char * input_filename, MOP ** class_list, int * num_class_mops) |
Public Static Functions¶
| Type | Name |
|---|---|
| int | get_num_requested_class (const char * input_filename, int * num_class) |
Public Functions Documentation¶
function get_class_mops¶
function get_class_mops_from_file¶
int get_class_mops_from_file (
const char * input_filename,
MOP ** class_list,
int * num_class_mops
)
Public Static Functions Documentation¶
function get_num_requested_class¶
The documentation for this class was generated from the following file cubrid/src/executables/compactdb_common.c