| address | DataSource | [private] |
| DataSource(const string dbms, const string dbName, const string address="", const unsigned int port=0, const string user="", const string password="") | DataSource | |
| DataSource(const DataSource &d) | DataSource | |
| dbms | DataSource | [private] |
| dbName | DataSource | [private] |
| getAddress() | DataSource | |
| getDatabaseName() | DataSource | |
| getDBMS() | DataSource | |
| getPassword() | DataSource | |
| getPort() | DataSource | |
| getUser() | DataSource | |
| password | DataSource | [private] |
| port | DataSource | [private] |
| setAddress(const string address) | DataSource | |
| setDatabaseName(const string dbName) | DataSource | |
| setDBMS(const string dbms) | DataSource | |
| setPassword(const string password) | DataSource | |
| setPort(const unsigned int port) | DataSource | |
| setUser(const string user) | DataSource | |
| user | DataSource | [private] |
| ~DataSource() | DataSource |