Package org.apache.derby.impl.tools.planexporter


package org.apache.derby.impl.tools.planexporter
  • Classes
    Class
    Description
    This class will perform the database connection establishment, querying the database, shut downing the database.
    This class is used by PlanExporter tool (DERBY-4587) in order to create HTML output of a query plan using a plain XSL style sheet and a XML data of a query plan.
    This class is to create the final xml file, that will be used by the Graphical Query Explainer.
    This class is used by PlanExporter tool (DERBY-4587) as a data structure to keep the values retrieved after querying XPLAIN tables and few other properties of a plan node in a query plan.