Uses of Interface
org.xmldb.api.base.Database
Packages that use Database
-
Uses of Database in org.xmldb.api
Fields in org.xmldb.api with type parameters of type DatabaseMethods in org.xmldb.api that return DatabaseModifier and TypeMethodDescriptionprotected static DatabaseDatabaseManager.getDatabase(String uri) Retrieves the registeredDatabaseinstance associated with the provided URI.static Database[]DatabaseManager.getDatabases()Returns a list of all availableDatabaseimplementations that have been registered with thisDatabaseManager.Methods in org.xmldb.api with parameters of type DatabaseModifier and TypeMethodDescriptionstatic voidDatabaseManager.deregisterDatabase(Database database) Deregisters aDatabaseimplementation from theDatabaseManager.static voidDatabaseManager.registerDatabase(Database database) Registers a newDatabaseimplementation with theDatabaseManager.private static voidDatabaseManager.updateDatabases(String databaseName, Database database)