Class LockInfo
- java.lang.Object
-
- org.linuxforhealth.fhir.database.utils.derby.LockInfo
-
public class LockInfo extends java.lang.Object
DTO representing a row from the Derby lock diagnostic table SYSCS_DIAG.LOCK_TABLE
-
-
Constructor Summary
Constructors Constructor Description LockInfo(java.lang.String xid, java.lang.String type, java.lang.String mode, java.lang.String tablename, java.lang.String lockname, java.lang.String state, java.lang.String tabletype, java.lang.String lockcount, java.lang.String indexname)
Public constructor
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static java.lang.String
header()
Print a header to match the toString columnsjava.lang.String
toString()
-
-
-
Constructor Detail
-
LockInfo
public LockInfo(java.lang.String xid, java.lang.String type, java.lang.String mode, java.lang.String tablename, java.lang.String lockname, java.lang.String state, java.lang.String tabletype, java.lang.String lockcount, java.lang.String indexname)
Public constructor- Parameters:
xid
-type
-mode
-tablename
-lockname
-state
-tabletype
-lockcount
-indexname
-
-
-