| 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) |
long |
ReadStatement.propertyKeyGetOrCreateForName(String propertyKeyName) |
long |
ReadStatement.relationshipTypeGetOrCreateForName(String relationshipTypeName) |
| Modifier and Type | Method and Description |
|---|---|
long |
KeyWriteOperations.labelGetOrCreateForName(Statement state,
String labelName)
Returns a label id for a label name.
|
long |
KeyWriteOperations.propertyKeyGetOrCreateForName(Statement state,
String propertyKeyName)
Returns a property key id for a property key.
|
long |
KeyWriteOperations.relationshipTypeGetOrCreateForName(Statement state,
String relationshipTypeName) |
Copyright © 2002–2013 The Neo4j Graph Database Project. All rights reserved.