Package org.neo4j.dbms.api
-
Interface Summary Interface Description DatabaseManagementService TheDatabaseManagementService
provides an API to manage databases and provided access to the managed database services. -
Class Summary Class Description DatabaseManagementServiceBuilder Creates aDatabaseManagementService
with Community Edition features. -
Exception Summary Exception Description DatabaseExistsException ADatabaseManagementService
tried to create a new database, but a database with that name already exists.DatabaseLimitReachedException ADatabaseManagementService
tried to create a Database but the total limit of databases is already reached.DatabaseManagementException General exception, thrown in the event of errors when managing individual databases.DatabaseNotFoundException ADatabaseManagementService
tried to perform some operation on a database, but no database with that name currently exists.