| Package | Description |
|---|---|
| org.neo4j.values | |
| org.neo4j.values.storable | |
| org.neo4j.values.virtual |
| Modifier and Type | Method and Description |
|---|---|
void |
AnyValueWriter.writeEdge(long edgeId,
long startNodeId,
long endNodeId,
TextValue type,
MapValue properties) |
void |
AnyValueWriter.writeNode(long nodeId,
TextValue[] labels,
MapValue properties) |
| Modifier and Type | Method and Description |
|---|---|
static TextValue |
Values.stringValue(String value) |
| Modifier and Type | Method and Description |
|---|---|
static TextValue[] |
VirtualValues.labels(TextValue... labels) |
| Modifier and Type | Method and Description |
|---|---|
static EdgeValue |
VirtualValues.edgeValue(long id,
long startNodeId,
long endNodeId,
TextValue type,
MapValue properties) |
static TextValue[] |
VirtualValues.labels(TextValue... labels) |
static NodeValue |
VirtualValues.nodeValue(long id,
TextValue[] labels,
MapValue properties) |
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.