java.lang.Object
org.apache.derby.iapi.services.diag.DiagnosticableGeneric
org.apache.derby.impl.store.raw.data.D_BaseContainerHandle
- All Implemented Interfaces:
- org.apache.derby.iapi.services.diag.Diagnosticable
- public class D_BaseContainerHandle
- extends org.apache.derby.iapi.services.diag.DiagnosticableGeneric
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)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
D_BaseContainerHandle
public D_BaseContainerHandle()
diag
public java.lang.String diag()
throws org.apache.derby.iapi.error.StandardException
- Return string identifying the underlying container.
diag_detail
public void diag_detail(java.util.Properties prop)
throws org.apache.derby.iapi.error.StandardException
- Return a set of properties describing the the key used to lock container.
Used by debugging code to print the lock table on demand.