| Package | Description |
|---|---|
| org.neo4j.kernel |
Implementation for embedding a Neo4j graph database in an application.
|
| org.neo4j.kernel.api | |
| org.neo4j.kernel.api.exceptions | |
| org.neo4j.kernel.api.operations |
| Modifier and Type | Method and Description |
|---|---|
ConstraintDefinition |
InternalSchemaActions.createPropertyUniquenessConstraint(Label label,
String propertyKey) |
| Modifier and Type | Method and Description |
|---|---|
UniquenessConstraint |
SchemaStatement.uniquenessConstraintCreate(long labelId,
long propertyKeyId) |
| Constructor and Description |
|---|
ConstraintCreationException(CreateConstraintFailureException cause) |
| Modifier and Type | Method and Description |
|---|---|
UniquenessConstraint |
SchemaWriteOperations.uniquenessConstraintCreate(Statement state,
long labelId,
long propertyKeyId) |
Copyright © 2002–2013 The Neo4j Graph Database Project. All rights reserved.