File db_virt.c¶
Go to the source code of this file
#include "config.h"#include <stdio.h>#include <stdlib.h>#include <stdarg.h>#include <ctype.h>#include <assert.h>#include "authenticate.h"#include "system_parameter.h"#include "storage_common.h"#include "db.h"#include "class_object.h"#include "object_print.h"#include "server_interface.h"#include "boot_cl.h"#include "locator_cl.h"#include "schema_manager.h"#include "schema_template.h"#include "object_accessor.h"#include "object_primitive.h"#include "set_object.h"#include "virtual_object.h"#include "parser.h"#include "view_transform.h"
Public Functions¶
Macros¶
| Type | Name |
|---|---|
| define | ERROR_SET (error, code) /* multi line expression */ |
Public Functions Documentation¶
function db_add_query_spec¶
function db_change_query_spec¶
function db_create_vclass¶
function db_drop_query_spec¶
function db_get_object_id¶
function db_get_query_specs¶
function db_get_vclass_ldb_name¶
function db_instance_equal¶
function db_is_real_instance¶
function db_is_updatable_attribute¶
function db_is_updatable_object¶
function db_is_vclass¶
function db_namelist_add¶
function db_namelist_append¶
function db_namelist_free¶
function db_query_spec_next¶
function db_query_spec_string¶
function db_real_instance¶
Macro Definition Documentation¶
define ERROR_SET¶
The documentation for this class was generated from the following file cubrid/src/compat/db_virt.c