java.lang.Object
org.neo4j.driver.GraphDatabase
Creates
drivers
, optionally letting you driver(URI, Config)
to configure them.- Since:
- 1.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic Driver
Return a driver for a Neo4j instance with the default configuration settingsstatic Driver
Return a driver for a Neo4j instance with the default configuration settingsstatic Driver
Return a driver for a Neo4j instance with custom configuration.static Driver
Return a driver for a Neo4j instance with custom configuration.static Driver
Return a driver for a Neo4j instance with the default configuration settingsstatic Driver
Return a driver for a Neo4j instance with the default configuration settingsstatic Driver
Return a driver for a Neo4j instance with custom configuration.static Driver
Return a driver for a Neo4j instance with custom configuration.
-
Method Details
-
driver
Return a driver for a Neo4j instance with the default configuration settings- Parameters:
uri
- the URL to a Neo4j instance- Returns:
- a new driver to the database instance specified by the URL
-
driver
Return a driver for a Neo4j instance with the default configuration settings- Parameters:
uri
- the URL to a Neo4j instance- Returns:
- a new driver to the database instance specified by the URL
-
driver
Return a driver for a Neo4j instance with custom configuration.- Parameters:
uri
- the URL to a Neo4j instanceconfig
- user defined configuration- Returns:
- a new driver to the database instance specified by the URL
-
driver
Return a driver for a Neo4j instance with custom configuration.- Parameters:
uri
- the URL to a Neo4j instanceconfig
- user defined configuration- Returns:
- a new driver to the database instance specified by the URL
-
driver
Return a driver for a Neo4j instance with the default configuration settings- Parameters:
uri
- the URL to a Neo4j instanceauthToken
- authentication to use, seeAuthTokens
- Returns:
- a new driver to the database instance specified by the URL
-
driver
Return a driver for a Neo4j instance with the default configuration settings- Parameters:
uri
- the URL to a Neo4j instanceauthToken
- authentication to use, seeAuthTokens
- Returns:
- a new driver to the database instance specified by the URL
-
driver
Return a driver for a Neo4j instance with custom configuration.- Parameters:
uri
- the URL to a Neo4j instanceauthToken
- authentication to use, seeAuthTokens
config
- user defined configuration- Returns:
- a new driver to the database instance specified by the URL
-
driver
Return a driver for a Neo4j instance with custom configuration.- Parameters:
uri
- the URL to a Neo4j instanceauthToken
- authentication to use, seeAuthTokens
config
- user defined configuration- Returns:
- a new driver to the database instance specified by the URL
-