Uses of Class
org.neo4j.kernel.api.ConstraintViolationKernelException

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.
 



Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.