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