tinySQL  0.1
A self-contained database management system
Public Member Functions | Public Attributes | List of all members
record_page Struct Reference

Page storage details of tables. Never explicit initialize. More...

#include <record_manager.h>

Collaboration diagram for record_page:
Collaboration graph
[legend]

Public Member Functions

template<class T >
DiskTupleoperator[] (T offset)=delete
 

Public Attributes

int tuple_num
 
db_size_t record_bytes
 
DiskTuple tuples []
 

Detailed Description

Page storage details of tables. Never explicit initialize.

Definition at line 32 of file record_manager.h.


The documentation for this struct was generated from the following file: