Drops the specified database pattern. @param pattern database pattern
(final String pattern)
| 164 | * @param pattern database pattern |
| 165 | */ |
| 166 | public synchronized void drop(final String pattern) { |
| 167 | patterns.remove(pattern); |
| 168 | } |
| 169 | |
| 170 | /** |
| 171 | * Returns the username. |