| Package | Description |
|---|---|
| org.neo4j.kernel.api | |
| org.neo4j.kernel.api.operations |
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaStatement.indexDrop(org.neo4j.kernel.impl.api.index.IndexDescriptor descriptor) |
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaWriteOperations.indexDrop(Statement state,
org.neo4j.kernel.impl.api.index.IndexDescriptor descriptor)
Drops a
IndexDescriptor from the database |
void |
SchemaWriteOperations.uniqueIndexDrop(Statement state,
org.neo4j.kernel.impl.api.index.IndexDescriptor descriptor)
This should not be used, it is exposed to allow an external job to clean up constraint indexes.
|
Copyright © 2002–2013 The Neo4j Graph Database Project. All rights reserved.