Joedb 10.3.0
The Journal-Only Embedded Database
Loading...
Searching...
No Matches
data_introspection.h
Go to the documentation of this file.
1/////////////////////////////////////////////////////////////////////////////
2//
3// This code was automatically generated by the joedb compiler
4// https://www.joedb.org/
5//
6// Path to compiler: /home/rcoulom/repos/joedb/doc/source/tutorial/build/joedbc
7// Version: 10.3.0
8// joedbc compilation time: Nov 2 2025 15:42:21
9// Generation of this file: 2025-11-02 14:42:28 GMT
10//
11/////////////////////////////////////////////////////////////////////////////
12#ifndef JOEDB_INTROSPECTION
13#define JOEDB_INTROSPECTION(field_type, field_name)
14#endif
15
16JOEDB_INTROSPECTION(std::string, city_name);
18JOEDB_INTROSPECTION(int64_t, population);
19
20#undef JOEDB_INTROSPECTION
Strongly-typed wrapper around an integer representing a row of the city table.
Definition ids.h:25
#define JOEDB_INTROSPECTION(field_type, field_name)