Uses of Interface
org.neo4j.bolt.connection.DatabaseName
Packages that use DatabaseName
-
Uses of DatabaseName in org.neo4j.bolt.connection
Methods in org.neo4j.bolt.connection that return DatabaseNameModifier and TypeMethodDescriptionstatic DatabaseNameReturns aDatabaseNameinstance for the supplied name.RoutedBoltConnectionParameters.databaseName()A database name that the connection should be established for.static DatabaseNameDatabaseName.defaultDatabase()Returns a default database as deternimed by the server.static DatabaseNameDatabaseName.systemDatabase()Returns the system database.Methods in org.neo4j.bolt.connection that return types with arguments of type DatabaseNameModifier and TypeMethodDescriptionRoutedBoltConnectionParameters.databaseNameListener()A database name consumer that will be notified with the database name used for the given connection.Methods in org.neo4j.bolt.connection with parameters of type DatabaseNameModifier and TypeMethodDescriptionRoutedBoltConnectionParameters.Builder.withDatabaseName(DatabaseName databaseName) Sets a database that the connection must lead to.Method parameters in org.neo4j.bolt.connection with type arguments of type DatabaseNameModifier and TypeMethodDescriptionRoutedBoltConnectionParameters.Builder.withDatabaseNameListener(Consumer<DatabaseName> databaseNameListener) Sets a database name consumer that will be notified with the database name used for the given connection.