Package com.ibm.fhir.bucket.persistence
Class RegisterLoaderInstance
- java.lang.Object
-
- com.ibm.fhir.bucket.persistence.RegisterLoaderInstance
-
- All Implemented Interfaces:
IDatabaseSupplier<Long>
public class RegisterLoaderInstance extends Object implements IDatabaseSupplier<Long>
DAO to encapsulate all the SQL/DML used to retrieve and persist data in the schema
-
-
Constructor Summary
Constructors Constructor Description RegisterLoaderInstance(String schemaName, String loaderInstanceKey, String host, int pid)
Public constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
run(IDatabaseTranslator translator, Connection c)
Execute the statement using the connection and return the value
-
-
-
Method Detail
-
run
public Long run(IDatabaseTranslator translator, Connection c)
Description copied from interface:IDatabaseSupplier
Execute the statement using the connection and return the value- Specified by:
run
in interfaceIDatabaseSupplier<Long>
- Parameters:
translator
- to translate any exceptions
-
-