Package org.apache.derby.diag


package org.apache.derby.diag
  • Classes
    Class
    Description
     
    Contained roles shows all roles contained in the given identifier, or if the second argument, if given, is not 0, the inverse relation; all roles who contain the given role identifier.
    Utility methods for the package of diagnostic vtis.
    ErrorLogReader is a virtual table interface (VTI) which contains all the statements of "interest" in db2j.log or a specified file when db2j.language.logStatementText=true.
    ErrorMessage shows all the SQLStates, locale-sensitive error messages, and exception severities for a database.
    LockTable is a virtual table that shows all locks currently held in the database.
    SpaceTable is a virtual table that shows the space usage of a particular table and its indexes.
    StatementCache is a virtual table that shows the contents of the SQL statement cache.
    StatementDuration is a virtual table which can be used to analyze the execution duration of the statements of "interest" in db2j.log or a specified file when db2j.language.logStatementText=true.
    TransactionTable is a virtual table that shows all transactions currently in the database.