Module org.neo4j.jdbc
module org.neo4j.jdbc
The Neo4j JDBC Driver exposes both the actual JDBC API and the Neo4j value system being used. The value system can be used with methods like
ResultSet.getObject(int, Class)
, for retrieving Neo4j nodes, relationships, paths and especially, the original value objects.-
Packages
ExportsPackageDescriptionThe public API of the Neo4j JDBC Driver.This package contains the Neo4j value system and is public API.