Package org.apache.derby.impl.db
-
Class Summary Class Description BasicDatabase The Database interface provides control over the physical database (that is, the stored data and the files the data are stored in), connections to the database, operations on the database such as backup and recovery, and all other things that are associated with the database itself.DatabaseContextImpl A context that shutdowns down the database on a databsae exception.SlaveDatabase SlaveDatabase is an instance of Database, and is booted instead of BasicDatabase if this database will have the replication slave role.StoreClassFactoryContext