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
public class D_RowLock extends DiagnosticableGeneric
The D_RowLock class provides diagnostic information about the RowLock qualifer, and is used for output in lock debugging.
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.String[]
names
-
Fields inherited from class org.apache.derby.iapi.services.diag.DiagnosticableGeneric
diag_object
-
-
Constructor Summary
Constructors Constructor Description D_RowLock()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
diag()
Return the string for the qualifier.-
Methods inherited from class org.apache.derby.iapi.services.diag.DiagnosticableGeneric
diag_detail, init
-
-
-
-
Method Detail
-
diag
public java.lang.String diag() throws StandardException
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
-
-