1#ifndef joedb_Dump_Connection_Builder
2#define joedb_Dump_Connection_Builder
34 bool mute_during_handshake;
40 mute_during_handshake(false)
52 mute_during_handshake = argc > 0;
54 if (mute_during_handshake)
74 if (mute_during_handshake)
const char * get_parameters_description() const final
int64_t handshake(Readonly_Journal &client_journal, bool contentcheck) override
Called during Client construction.
Connection & build(int argc, char **argv, Buffered_File *file) final
Dump_Connection_Builder(std::ostream &out)
const char * get_name() const final
int get_max_parameters() const final
Dump_Connection_Data(std::ostream &out)
Dump_Writable dump_writable
void set_start_index(size_t index)
int64_t handshake(Readonly_Journal &client_journal, bool contentcheck) override
Called during Client construction.