WiscDB
 All Classes Functions Variables Friends
Public Attributes
wiscdb::HashItem Struct Reference

Declarations for buffer pool hash table item. More...

#include <bufferHashTable.h>

List of all members.

Public Attributes

Filefile
PageId pageNo
FrameId frameNo
HashItemnext

Detailed Description

Declarations for buffer pool hash table item.

Definition at line 17 of file bufferHashTable.h.


Member Data Documentation

pointer a file object (more on this below)

Definition at line 21 of file bufferHashTable.h.

frame number of page in the buffer pool

Definition at line 31 of file bufferHashTable.h.

Next node in the hash table for separate chaining

Definition at line 36 of file bufferHashTable.h.

page number within a file

Definition at line 26 of file bufferHashTable.h.


The documentation for this struct was generated from the following file:
 All Classes Functions Variables Friends