| Package | Description |
|---|---|
| org.neo4j.kernel |
Implementation for embedding a Neo4j graph database in an application.
|
| org.neo4j.kernel.api | |
| org.neo4j.kernel.api.operations |
| Modifier and Type | Method and Description |
|---|---|
ConstraintDefinition |
InternalSchemaActions.createPropertyUniquenessConstraint(Label label,
String propertyKey) |
| Modifier and Type | Method and Description |
|---|---|
long |
ReadStatement.labelGetOrCreateForName(String labelName) |
| Modifier and Type | Method and Description |
|---|---|
long |
KeyWriteOperations.labelGetOrCreateForName(Statement state,
String labelName)
Returns a label id for a label name.
|
Copyright © 2002–2013 The Neo4j Graph Database Project. All rights reserved.