|
CUBRID Engine
latest
|
#include <file_hash.h>

Public Attributes | |
| union { | |
| struct { | |
| OID key | |
| char data | |
| } fh_oidkey | |
| struct { | |
| int key | |
| char data | |
| } fh_intkey | |
| } | fh_key_data |
Definition at line 34 of file file_hash.h.
| char fh_info::data |
Definition at line 41 of file file_hash.h.
| struct { ... } fh_info::fh_intkey |
| union { ... } fh_info::fh_key_data |
| struct { ... } fh_info::fh_oidkey |
| OID fh_info::key |
Definition at line 40 of file file_hash.h.
| int fh_info::key |
Definition at line 45 of file file_hash.h.