Public Member Functions | |
| loadprt (map< int, string > &coll, Connection &con, const string &tab, const string &idc, const string &seqc) | |
| void | operator() () |
| const map< int, string > * | getResult () const |
| loadprt (map< int, string > &coll, Connection &con, const string &tab, const string &idc, const string &seqc) | |
| void | operator() () |
| const map< int, string > * | getResult () const |
Private Attributes | |
| mysqlpp::Connection * | conn |
| map< int, string > * | store |
| string | table |
| string | idcol |
| string | seqcol |
| loadprt::loadprt | ( | map< int, string > & | coll, | |
| Connection & | con, | |||
| const string & | tab, | |||
| const string & | idc, | |||
| const string & | seqc | |||
| ) | [inline] |
| loadprt::loadprt | ( | map< int, string > & | coll, | |
| Connection & | con, | |||
| const string & | tab, | |||
| const string & | idc, | |||
| const string & | seqc | |||
| ) | [inline] |
| void loadprt::operator() | ( | ) | [inline] |
| const map<int,string>* loadprt::getResult | ( | ) | const [inline] |
References store.
| void loadprt::operator() | ( | ) | [inline] |
| const map<int,string>* loadprt::getResult | ( | ) | const [inline] |
References store.
mysqlpp::Connection * loadprt::conn [private] |
Referenced by operator()().
map< int, string > * loadprt::store [private] |
Referenced by getResult(), and operator()().
string loadprt::table [private] |
Referenced by operator()().
string loadprt::idcol [private] |
Referenced by operator()().
string loadprt::seqcol [private] |
Referenced by operator()().
1.5.6