Database.Neo4j
data Connection
type Hostname
type Port
newConnection
withConnection
data Neo4j a
data Val
data PropertyValue
newval
(|:)
type Properties
emptyProperties
getProperties
getProperty
setProperties
setProperty
deleteProperties
deleteProperty
data Node
getNodeProperties
createNode
getNode
deleteNode
nodeId
nodePath
runNodeIdentifier
data Relationship
data Direction
type RelationshipType
createRelationship
getRelationship
deleteRelationship
getRelationships
relId
relPath
allRelationshipTypes
getRelProperties
getRelType
runRelIdentifier
getRelationshipFrom
getRelationshipTo
type Label
allLabels
getLabels
getNodesByLabelAndProperty
addLabels
changeLabels
removeLabel
data Index
createIndex
getIndexes
dropIndex
data Neo4jException