| Package | Description |
|---|---|
| org.neo4j.kernel.api.exceptions.schema | |
| org.neo4j.kernel.api.operations |
| Constructor and Description |
|---|
AlreadyConstrainedException(UniquenessConstraint constraint) |
| Modifier and Type | Method and Description |
|---|---|
UniquenessConstraint |
SchemaWriteOperations.uniquenessConstraintCreate(long labelId,
long propertyKeyId) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<UniquenessConstraint> |
SchemaReadOperations.constraintsGetAll()
Get all constraints.
|
Iterator<UniquenessConstraint> |
SchemaReadOperations.constraintsGetForLabel(long labelId)
Get all constraints applicable to label.
|
Iterator<UniquenessConstraint> |
SchemaReadOperations.constraintsGetForLabelAndPropertyKey(long labelId,
long propertyKeyId)
Get all constraints applicable to label and propertyKey.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaWriteOperations.constraintDrop(UniquenessConstraint constraint) |
Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.