Public Member Functions | |
| Sourceprt () | |
| bool | sufficient () const |
| bool | readFile (const string &confile) |
Public Attributes | |
| string | db |
| string | db1 |
| string | db2 |
| string | host |
| string | host1 |
| string | host2 |
| string | table |
| string | table1 |
| string | table2 |
| string | column |
| string | column1 |
| string | column2 |
| Sourceprt::Sourceprt | ( | ) | [inline] |
| bool Sourceprt::sufficient | ( | ) | const [inline] |
| bool Sourceprt::readFile | ( | const string & | confile | ) |
get input information from config file, since there are large number of parameters, a config file is much easier to use than command options. This method replaces the readConfig non-class method.
References column, column1, column2, db, db1, db2, host, host1, host2, ifstream(), table, table1, and table2.
Referenced by main().
| string Sourceprt::db |
Referenced by main(), readConfig(), readFile(), and sufficient().
| string Sourceprt::db1 |
Referenced by main(), readConfig(), readFile(), and sufficient().
| string Sourceprt::db2 |
Referenced by main(), readConfig(), readFile(), and sufficient().
| string Sourceprt::host |
Referenced by main(), readConfig(), and readFile().
| string Sourceprt::host1 |
Referenced by main(), readConfig(), and readFile().
| string Sourceprt::host2 |
Referenced by main(), readConfig(), and readFile().
| string Sourceprt::table |
Referenced by main(), readConfig(), readFile(), and sufficient().
| string Sourceprt::table1 |
Referenced by main(), readConfig(), readFile(), and sufficient().
| string Sourceprt::table2 |
Referenced by main(), readConfig(), readFile(), and sufficient().
| string Sourceprt::column |
Referenced by main(), readConfig(), and readFile().
| string Sourceprt::column1 |
Referenced by main(), readConfig(), and readFile().
| string Sourceprt::column2 |
Referenced by main(), readConfig(), and readFile().
1.5.6