Joedb 9.1.4
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 (bool local) | |
void | print_help (std::ostream &out) const |
Connection & | build (int argc, char **argv, Buffered_File *file) const |
Definition at line 14 of file Connection_Parser.h.
joedb::Connection_Parser::Connection_Parser | ( | bool | local | ) |
Definition at line 23 of file Connection_Parser.cpp.
Connection & joedb::Connection_Parser::build | ( | int | argc, |
char ** | argv, | ||
Buffered_File * | file | ||
) | const |
Definition at line 118 of file Connection_Parser.cpp.
void joedb::Connection_Parser::print_help | ( | std::ostream & | out | ) | const |
Definition at line 51 of file Connection_Parser.cpp.