Joedb 9.1.4
The Journal-Only Embedded Database
Loading...
Searching...
No Matches
Classes | Namespaces | Macros
Database_Schema.h File Reference
#include "joedb/Readable.h"
#include "joedb/Writable.h"
#include "joedb/interpreted/Table.h"
#include <map>
#include "joedb/TYPE_MACRO.h"
Include dependency graph for Database_Schema.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  joedb::Database_Schema
 

Namespaces

namespace  joedb
 

Macros

#define TYPE_MACRO(type, return_type, type_id, R, W)
 

Macro Definition Documentation

◆ TYPE_MACRO

#define TYPE_MACRO (   type,
  return_type,
  type_id,
  R,
 
)
Value:
const type &get_##type_id\
(\
Table_Id table_id,\
Record_Id record_id,\
Field_Id field_id\
) const override;

Definition at line 51 of file Database_Schema.h.