|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConstraintViolationKernelException | |
---|---|
org.neo4j.kernel.api.operations |
Uses of ConstraintViolationKernelException in org.neo4j.kernel.api.operations |
---|
Methods in org.neo4j.kernel.api.operations that throw ConstraintViolationKernelException | |
---|---|
org.neo4j.kernel.impl.nioneo.store.IndexRule |
SchemaOperations.addIndexRule(long labelId,
long propertyKey)
Adds a IndexRule to the database which applies globally on both
existing as well as new data. |
void |
SchemaOperations.dropIndexRule(org.neo4j.kernel.impl.nioneo.store.IndexRule indexRule)
Drops a IndexRule from the database |
long |
LabelOperations.getOrCreateLabelId(String label)
Returns a label id for a label name. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |