Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.derby.impl.db: Javadoc index of package org.apache.derby.impl.db.


Package Samples:

org.apache.derby.impl.db

Classes:

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. The Database interface does not provide control over things that are part of the Domain, such as users. I'm not sure what this will hold in a real system, for now it simply provides connection-creation for us. Perhaps when it boots, it creates the datadictionary object for the database, which all users will then interact ...
DatabaseContextImpl: A context that shutdowns down the database on a databsae exception.
StoreClassFactoryContext

Home | Contact Us | Privacy Policy | Terms of Service