Package | Description |
---|---|
org.neo4j.graphdb.schema |
Optional graph schema including indexes and constraints.
|
Modifier and Type | Method and Description |
---|---|
ConstraintDefinition |
ConstraintCreator.create()
Creates a constraint with the details specified by the other methods in this interface.
|
Modifier and Type | Method and Description |
---|---|
Iterable<ConstraintDefinition> |
Schema.getConstraints() |
Iterable<ConstraintDefinition> |
Schema.getConstraints(Label label) |
Iterable<ConstraintDefinition> |
Schema.getConstraints(RelationshipType type) |
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.