Uses of Interface
org.xmldb.api.base.Database
-
Packages that use Database Package Description org.xmldb.api -
-
Uses of Database in org.xmldb.api
Fields in org.xmldb.api with type parameters of type Database Modifier and Type Field Description (package private) static java.util.Map<java.lang.String,Database>DatabaseManager. databasesMethods in org.xmldb.api that return Database Modifier and Type Method Description protected static DatabaseDatabaseManager. getDatabase(java.lang.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 Database Modifier and Type Method Description static voidDatabaseManager. deregisterDatabase(Database database)Deregisters aDatabaseimplementation from theDatabaseManager.static voidDatabaseManager. registerDatabase(Database database)Registers a newDatabaseimplementation with theDatabaseManager.private static voidDatabaseManager. updateDatabases(java.lang.String databaseName, Database database)
-