public interface LegacyKernelOperations
| Modifier and Type | Method and Description |
|---|---|
long |
nodeCreate(Statement state) |
long |
relationshipCreate(Statement state,
long relationshipTypeId,
long startNodeId,
long endNodeId) |
long nodeCreate(Statement state)
long relationshipCreate(Statement state, long relationshipTypeId, long startNodeId, long endNodeId) throws RelationshipTypeIdNotFoundKernelException, EntityNotFoundException
Copyright © 2002–2013 The Neo4j Graph Database Project. All rights reserved.