Joedb 10.0.1
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 (Arguments &arguments, 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 | ( | Arguments & | arguments, |
Buffered_File * | file | ||
) | const |
Definition at line 73 of file Connection_Parser.cpp.
void joedb::Connection_Parser::print_help | ( | std::ostream & | out | ) | const |
Definition at line 37 of file Connection_Parser.cpp.