Joedb 10.2.1
The Journal-Only Embedded Database
Loading...
Searching...
No Matches
ids.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/compcmake/gcc_debug/joedbc
7// Version: 10.2.1
8// joedbc compilation time: Sep 15 2025 20:22:33
9// Generation of this file: 2025-09-15 18:23:01 GMT
10//
11/////////////////////////////////////////////////////////////////////////////
12#ifndef tutorial_rpc_city_ids_declared
13#define tutorial_rpc_city_ids_declared
14
15#include "../../ids.h"
16
17namespace tutorial::rpc::city
18{
19 using joedb::Record_Id;
20 using joedb::Table_Id;
21 using joedb::Field_Id;
22
24}
25
26#endif
Strongly-typed wrapper around an integer representing a row of the city table.
Definition ids.h:25
Automatically generated by joedbc.
Definition Client.h:19