Package | Description |
---|---|
org.neo4j.graphdb.schema |
Optional graph schema including indexes and constraints.
|
Modifier and Type | Method and Description |
---|---|
IndexDefinition |
IndexCreator.create()
Creates an index with the details specified by the other methods in this interface.
|
ConstraintDefinition |
ConstraintCreator.create()
Creates a constraint with the details specified by the other methods in this interface.
|
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.