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