Uses of Interface
org.neo4j.jdbc.Neo4jConnection
-
Packages that use Neo4jConnection Package Description org.neo4j.jdbc org.neo4j.jdbc.impl -
-
Uses of Neo4jConnection in org.neo4j.jdbc
Fields in org.neo4j.jdbc declared as Neo4jConnection Modifier and Type Field Description protected Neo4jConnectionNeo4jStatement. connectionMethods in org.neo4j.jdbc that return Neo4jConnection Modifier and Type Method Description Neo4jConnectionNeo4jStatement. getConnection()Constructors in org.neo4j.jdbc with parameters of type Neo4jConnection Constructor Description Neo4jCallableStatement(Neo4jConnection connection, String rawStatement)Default constructor with connection and statement.Neo4jDatabaseMetaData(Neo4jConnection connection)Default constructor.Neo4jPreparedStatement(Neo4jConnection connection, String rawStatement)Default constructor with connection and statement.Neo4jStatement(Neo4jConnection connection)Default constructor with JDBC connection. -
Uses of Neo4jConnection in org.neo4j.jdbc.impl
Classes in org.neo4j.jdbc.impl that implement Neo4jConnection Modifier and Type Class Description classNeo4jConnectionImpl
-