Joedb 9.5.0
The Journal-Only Embedded Database
|
Create an instance of a Connection by parsing command-line arguments. More...
#include <joedb/ui/Connection_Parser.h>
Public Member Functions | |
Connection_Parser () | |
void | print_help (std::ostream &out) const |
Connection & | build (int argc, const char *const *argv, Buffered_File *file) const |
Definition at line 14 of file Connection_Parser.h.
joedb::Connection_Parser::Connection_Parser | ( | ) |
Definition at line 21 of file Connection_Parser.cpp.
Connection & joedb::Connection_Parser::build | ( | int | argc, |
const char *const * | argv, | ||
Buffered_File * | file | ||
) | const |
Definition at line 104 of file Connection_Parser.cpp.
void joedb::Connection_Parser::print_help | ( | std::ostream & | out | ) | const |
Definition at line 37 of file Connection_Parser.cpp.