Joedb 9.1.4
The Journal-Only Embedded Database
Loading...
Searching...
No Matches
Namespaces | Macros
Selective_Writable.cpp File Reference
#include "joedb/Selective_Writable.h"
#include "joedb/TYPE_MACRO.h"
Include dependency graph for Selective_Writable.cpp:

Go to the source code of this file.

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:
void Selective_Writable::update_##type_id(Table_Id table_id,\
Record_Id record_id,\
Field_Id field_id,\
return_type value)\
{\
if (mode & data)\
writable.update_##type_id(table_id, record_id, field_id, value);\
}

Definition at line 114 of file Selective_Writable.cpp.