Drops the specified index. @param type index to be dropped @throws BaseXException database exception
(IndexType type)
| 154 | * @throws BaseXException database exception |
| 155 | */ |
| 156 | public abstract void dropIndex(IndexType type) throws BaseXException; |
| 157 | |
| 158 | /** |
| 159 | * Starts an update operation: writes a file to disk to indicate that an update is going on, |