Joedb 10.0.4
The Journal-Only Embedded Database
Loading...
Searching...
No Matches
Procedures.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_dev_20/joedbc
7// Version: 10.0.2
8// joedbc compilation time: Jun 30 2025 11:29:52
9// Generation of this file: 2025-07-11 15:52:14 GMT
10//
11/////////////////////////////////////////////////////////////////////////////
12#ifndef joedb_db_encoded_file_Procedures_declared
13#define joedb_db_encoded_file_Procedures_declared
14
15#include "Client.h"
16
17
18#include "joedb/rpc/Procedures.h"
19
21{
22 class Procedures: public joedb::rpc::Procedures
23 {
24 public:
25
26 Procedures(Client &client);
27 };
28}
29
30#endif
Handle concurrent access to a joedb::Buffered_File using a joedb::Connection.
Definition Client.h:44
Automatically generated by joedbc.
Definition Client.h:19