Closes the current database context.
()
| 235 | * Closes the current database context. |
| 236 | */ |
| 237 | public void closeDB() { |
| 238 | data = null; |
| 239 | copied = null; |
| 240 | set(null, null); |
| 241 | } |
| 242 | |
| 243 | /** |
| 244 | * Sets the current context and marked node set and resets the focus. |