Sets the database. @param database the new database
(String database)
| 322 | * the new database |
| 323 | */ |
| 324 | public void setDatabase(String database) { |
| 325 | this.database = database; |
| 326 | } |
| 327 | |
| 328 | /** |
| 329 | * Gets the host. |
no outgoing calls
no test coverage detected