Class DerbyLockDiag
- java.lang.Object
 - 
- com.ibm.fhir.database.utils.derby.DerbyLockDiag
 
 
- 
- All Implemented Interfaces:
 IDatabaseSupplier<List<LockInfo>>
public class DerbyLockDiag extends Object implements IDatabaseSupplier<List<LockInfo>>
Fetch all the rows from the SYSCS_DIAG.LOCK_TABLE 
- 
- 
Constructor Summary
Constructors Constructor Description DerbyLockDiag()Public constructor 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<LockInfo>run(IDatabaseTranslator translator, Connection c)Execute the statement using the connection and return the value 
 - 
 
- 
- 
Method Detail
- 
run
public List<LockInfo> run(IDatabaseTranslator translator, Connection c)
Description copied from interface:IDatabaseSupplierExecute the statement using the connection and return the value- Specified by:
 runin interfaceIDatabaseSupplier<List<LockInfo>>- Parameters:
 translator- to translate any exceptions
 
 - 
 
 -