File elo.h¶
FileList > cubrid > src > object > elo.h
Go to the source code of this file
#include "dbtype_def.h"#include "porting.h"#include "system.h"#include <stdio.h>
Public Functions¶
| Type | Name |
|---|---|
| int | elo_copy (DB_ELO * elo, DB_ELO * dest) |
| int | elo_copy_structure (const DB_ELO * elo, DB_ELO * dest) |
| int | elo_copy_with_prefix (DB_ELO * elo, const char * prefix, DB_ELO * dest) |
| int | elo_create (DB_ELO * elo) |
| int | elo_delete (DB_ELO * elo, bool force_delete) |
| void | elo_free_structure (DB_ELO * elo) |
| void | elo_init_structure (DB_ELO * elo) |
| ssize_t | elo_read (const DB_ELO * elo, off_t pos, void * buf, size_t count) |
| off_t | elo_size (DB_ELO * elo) |
| ssize_t | elo_write (DB_ELO * elo, off_t pos, const void * buf, size_t count) |
Public Functions Documentation¶
function elo_copy¶
function elo_copy_structure¶
function elo_copy_with_prefix¶
function elo_create¶
function elo_delete¶
function elo_free_structure¶
function elo_init_structure¶
function elo_read¶
function elo_size¶
function elo_write¶
The documentation for this class was generated from the following file cubrid/src/object/elo.h