Skip to content

File heap_attrinfo.h

FileList > cubrid > src > query > heap_attrinfo.h

Go to the source code of this file

  • #include "object_representation_sr.h"

Classes

Type Name
struct heap_attrvalue
struct heap_cache_attrinfo

Public Types

Type Name
typedef struct heap_attrvalue HEAP_ATTRVALUE
enum HEAP_ATTRVALUE_STATE
enum HEAP_ATTR_TYPE
typedef struct heap_cache_attrinfo HEAP_CACHE_ATTRINFO

Public Types Documentation

typedef HEAP_ATTRVALUE

typedef struct heap_attrvalue HEAP_ATTRVALUE;

enum HEAP_ATTRVALUE_STATE

enum HEAP_ATTRVALUE_STATE {
    HEAP_READ_ATTRVALUE,
    HEAP_WRITTEN_ATTRVALUE,
    HEAP_UNINIT_ATTRVALUE,
    HEAP_WRITTEN_LOB_ATTRVALUE
};

enum HEAP_ATTR_TYPE

enum HEAP_ATTR_TYPE {
    HEAP_INSTANCE_ATTR,
    HEAP_SHARED_ATTR,
    HEAP_CLASS_ATTR
};

typedef HEAP_CACHE_ATTRINFO

typedef struct heap_cache_attrinfo HEAP_CACHE_ATTRINFO;


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