(final IndexType type)
| 202 | } |
| 203 | |
| 204 | @Override |
| 205 | public void dropIndex(final IndexType type) throws BaseXException { |
| 206 | close(type); |
| 207 | final Index index = index(type); |
| 208 | if(index != null && !index.drop()) throw new BaseXException(INDEX_NOT_DROPPED_X, type); |
| 209 | } |
| 210 | |
| 211 | /** |
| 212 | * Assigns the specified index. |