Joedb 9.5.0
The Journal-Only Embedded Database
Loading...
Searching...
No Matches
Dummy_Connection_Builder.h
Go to the documentation of this file.
1#ifndef joedb_Dummy_Connection_Builder_declared
2#define joedb_Dummy_Connection_Builder_declared
3
6
7namespace joedb
8{
9 /// @ingroup ui
11 {
12 private:
13 Connection connection;
14
15 public:
16 const char *get_name() const final
17 {
18 return "dummy";
19 }
20
22 (
23 const int argc,
24 const char * const * const argv,
25 Buffered_File *file
26 ) final
27 {
28 return connection;
29 }
30 };
31}
32
33#endif
Connection & build(const int argc, const char *const *const argv, Buffered_File *file) final
Definition Blob.h:7