public interface DbAccess extends EntityById
| Modifier and Type | Method and Description |
|---|---|
com.mware.ge.values.virtual.ListValue |
getLabelsForNode(String id) |
String |
getPropertyKeyName(String token) |
boolean |
isLabelSetOnNode(String label,
String id) |
com.mware.ge.values.virtual.MapValue |
nodeAsMap(String id) |
int |
nodeGetIncomingDegree(String node) |
int |
nodeGetIncomingDegree(String node,
String relationship) |
int |
nodeGetOutgoingDegree(String node) |
int |
nodeGetOutgoingDegree(String node,
String relationship) |
int |
nodeGetTotalDegree(String node) |
int |
nodeGetTotalDegree(String node,
String relationship) |
boolean |
nodeHasProperty(String node,
String property) |
String |
nodeLabel(String name) |
com.mware.ge.values.storable.Value |
nodeProperty(String node,
String property) |
String[] |
nodePropertyIds(String node) |
String |
propertyKey(String name) |
com.mware.ge.values.virtual.MapValue |
relationshipAsMap(String id) |
com.mware.ge.values.virtual.NodeValue |
relationshipGetEndNode(com.mware.ge.values.virtual.RelationshipValue relationship) |
com.mware.ge.values.virtual.NodeValue |
relationshipGetStartNode(com.mware.ge.values.virtual.RelationshipValue relationship) |
boolean |
relationshipHasProperty(String node,
String property) |
com.mware.ge.values.storable.Value |
relationshipProperty(String node,
String property) |
String[] |
relationshipPropertyIds(String node) |
String |
relationshipType(String name) |
nodeById, relationshipByIdcom.mware.ge.values.storable.Value relationshipProperty(String node, String property)
int nodeGetOutgoingDegree(String node)
int nodeGetIncomingDegree(String node)
int nodeGetTotalDegree(String node)
com.mware.ge.values.virtual.NodeValue relationshipGetStartNode(com.mware.ge.values.virtual.RelationshipValue relationship)
com.mware.ge.values.virtual.NodeValue relationshipGetEndNode(com.mware.ge.values.virtual.RelationshipValue relationship)
com.mware.ge.values.virtual.ListValue getLabelsForNode(String id)
com.mware.ge.values.virtual.MapValue nodeAsMap(String id)
com.mware.ge.values.virtual.MapValue relationshipAsMap(String id)
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.