Class D_BaseContainerHandle
java.lang.Object
org.apache.derby.iapi.services.diag.DiagnosticableGeneric
org.apache.derby.impl.store.raw.data.D_BaseContainerHandle
- All Implemented Interfaces:
Diagnosticable
The D_BaseContainerHandle class provides diagnostic information about the
BaseContainerHandle class. Currently this info is a single string of the form
TABLE(conglomerate_id, container_id)
-
Field Summary
Fields inherited from class org.apache.derby.iapi.services.diag.DiagnosticableGeneric
diag_object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondiag()
Return string identifying the underlying container.void
diag_detail
(Properties prop) Return a set of properties describing the the key used to lock container.Methods inherited from class org.apache.derby.iapi.services.diag.DiagnosticableGeneric
init
-
Constructor Details
-
D_BaseContainerHandle
public D_BaseContainerHandle()
-
-
Method Details
-
diag
Return string identifying the underlying container.- Specified by:
diag
in interfaceDiagnosticable
- Overrides:
diag
in classDiagnosticableGeneric
- Returns:
- A string of the form TABLE(conglomerate_id, container_id).
- Throws:
StandardException
- Standard Derby Error
-
diag_detail
Return a set of properties describing the the key used to lock container.Used by debugging code to print the lock table on demand.
- Specified by:
diag_detail
in interfaceDiagnosticable
- Overrides:
diag_detail
in classDiagnosticableGeneric
- Throws:
StandardException
- Standard exception policy.
-