Class DerbyLockDiag
- java.lang.Object
-
- org.linuxforhealth.fhir.database.utils.derby.DerbyLockDiag
-
- All Implemented Interfaces:
IDatabaseSupplier<java.util.List<LockInfo>>
public class DerbyLockDiag extends java.lang.Object implements IDatabaseSupplier<java.util.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 java.util.List<LockInfo>
run(IDatabaseTranslator translator, java.sql.Connection c)
Execute the statement using the connection and return the value
-
-
-
Method Detail
-
run
public java.util.List<LockInfo> run(IDatabaseTranslator translator, java.sql.Connection c)
Description copied from interface:IDatabaseSupplier
Execute the statement using the connection and return the value- Specified by:
run
in interfaceIDatabaseSupplier<java.util.List<LockInfo>>
- Parameters:
translator
- to translate any exceptions
-
-