Returns a file that indicates ongoing updates. @return updating file
()
| 297 | * @return updating file |
| 298 | */ |
| 299 | public IOFile updateFile() { |
| 300 | return dbFile(DATAUPD); |
| 301 | } |
| 302 | |
| 303 | /** |
| 304 | * Drops the specified database files. |
no test coverage detected