Package org.neo4j.driver.types


package org.neo4j.driver.types
  • Interfaces
    Class
    Description
    A uniquely identifiable property container that can form part of a Neo4j graph.
    Represents temporal amount containing months, days, seconds and nanoseconds of the second.
    Access the keys, properties and values of an underlying unordered map by key
    Provides methods to access the value of an underlying unordered map by key.
    The Node interface describes the characteristics of a node from a Neo4j graph.
    A Path is a directed sequence of relationships between two nodes.
    A segment combines a relationship in a path with a start and end node that describe the traversal direction for that relationship.
    Represents a single point in a particular coordinate reference system.
    The Relationship interface describes the characteristics of a relationship from a Neo4j graph.
    The type of Value as defined by the Cypher language
    A listing of all database types this driver can handle.