Package org.apache.derby.iapi.store.raw
Class D_RowLock
java.lang.Object
org.apache.derby.iapi.services.diag.DiagnosticableGeneric
org.apache.derby.iapi.store.raw.D_RowLock
- All Implemented Interfaces:
Diagnosticable
The D_RowLock class provides diagnostic information about the
RowLock qualifer, and is used for output in lock debugging.
-
Field Summary
FieldsFields inherited from class org.apache.derby.iapi.services.diag.DiagnosticableGeneric
diag_object
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.derby.iapi.services.diag.DiagnosticableGeneric
diag_detail, init
-
Field Details
-
names
-
-
Constructor Details
-
D_RowLock
public D_RowLock()
-
-
Method Details
-
diag
Return the string for the qualifier.- Specified by:
diag
in interfaceDiagnosticable
- Overrides:
diag
in classDiagnosticableGeneric
- Returns:
- A string with diagnostic information about the object.
- Throws:
StandardException
- Standard Derby error policy
-