Skip to content

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

int elo_copy (
    DB_ELO * elo,
    DB_ELO * dest
) 

function elo_copy_structure

int elo_copy_structure (
    const  DB_ELO * elo,
    DB_ELO * dest
) 

function elo_copy_with_prefix

int elo_copy_with_prefix (
    DB_ELO * elo,
    const  char * prefix,
    DB_ELO * dest
) 

function elo_create

int elo_create (
    DB_ELO * elo
) 

function elo_delete

int elo_delete (
    DB_ELO * elo,
    bool force_delete
) 

function elo_free_structure

void elo_free_structure (
    DB_ELO * elo
) 

function elo_init_structure

void elo_init_structure (
    DB_ELO * elo
) 

function elo_read

ssize_t elo_read (
    const  DB_ELO * elo,
    off_t pos,
    void * buf,
    size_t count
) 

function elo_size

off_t elo_size (
    DB_ELO * elo
) 

function elo_write

ssize_t elo_write (
    DB_ELO * elo,
    off_t pos,
    const  void * buf,
    size_t count
) 


The documentation for this class was generated from the following file cubrid/src/object/elo.h