Joedb 9.1.4
The Journal-Only Embedded Database
Loading...
Searching...
No Matches
Data_Manipulation_Command_Processor.h
Go to the documentation of this file.
1#ifndef joedb_Data_Manipulation_Command_Processor_declared
2#define joedb_Data_Manipulation_Command_Processor_declared
3
5
6namespace joedb
7{
8 class Writable;
9
10 /// @ingroup ui
12 {
13 private:
14 void update_value
15 (
16 std::istream &in,
17 Table_Id table_id,
18 Record_Id record_id,
19 Field_Id field_id
20 );
21
22 protected:
24 (
25 const std::string &command,
26 std::istream &parameters,
27 std::istream &in,
28 std::ostream &out
29 ) override;
30
33
34 public:
45 };
46}
47
48#endif
Status process_command(const std::string &command, std::istream &parameters, std::istream &in, std::ostream &out) override
Data_Manipulation_Command_Processor(const Readable &readable, Writable &writable, size_t max_record_id)
Definition Blob.h:7