| Package | Description |
|---|---|
| org.neo4j.kernel.api.operations | |
| org.neo4j.kernel.api.properties |
| Modifier and Type | Method and Description |
|---|---|
void |
AuxiliaryStoreOperations.graphAddStoreProperty(Property property) |
void |
AuxiliaryStoreOperations.graphChangeStoreProperty(Property previousProperty,
Property property) |
void |
AuxiliaryStoreOperations.nodeAddStoreProperty(long nodeId,
Property property) |
void |
AuxiliaryStoreOperations.nodeChangeStoreProperty(long nodeId,
Property previousProperty,
Property property) |
void |
AuxiliaryStoreOperations.nodeRemoveStoreProperty(long nodeId,
Property property) |
void |
AuxiliaryStoreOperations.relationshipAddStoreProperty(long relationshipId,
Property property) |
void |
AuxiliaryStoreOperations.relationshipChangeStoreProperty(long relationshipId,
Property previousProperty,
Property property) |
void |
AuxiliaryStoreOperations.relationshipRemoveStoreProperty(long relationshipId,
Property property) |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
Property.booleanValue() |
abstract int |
Property.intValue() |
abstract long |
Property.longValue() |
abstract Number |
Property.numberValue() |
abstract String |
Property.stringValue() |
abstract Object |
Property.value() |
Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.