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

One row in a table. More...

#include <data_t.h>

Collaboration diagram for DiskTuple:
Collaboration graph
[legend]

Public Member Functions

 DiskTuple (DiskTuple &)=delete
 
 DiskTuple (DiskTuple &&)=delete
 
void serializeFromMemory (const MemoryTuple &in_tuple)
 
MemoryTuple deserializeToMemory (const std::vector< int > &pos={})
 
std::vector< DatagetData () const
 
db_size_t getSize () const
 
db_size_t getBytes () const
 
bool isDeleted ()
 
void setDeleted ()
 

Public Attributes

db_size_t _total_len
 
bool isDeleted_
 
Data cell []
 

Detailed Description

One row in a table.

DiskTuple is a row in a table.

Definition at line 206 of file data_t.h.


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