Package com.ibm.fhir.database.utils.api
Interface IDatabaseSupplier<T>
-
- All Known Implementing Classes:
AddBucketPath,AddResourceBundle,Db2GetTableInfo,Db2GetTenantVariable,DerbyDoesTableExist,DerbyLockDiag,FindTenantIdDAO,GetLastProcessedLineNumber,GetLatestVersionDAO,GetResourceChangeLogEmpty,GetResourceRefsForBundleLine,GetResourceTypeList,GetSequenceNextValueDAO,GetTenantDAO,GetTenantInfo,GetTenantList,GetXXLogicalResourceNeedsMigration,MaxTenantIdDAO,PostgresDoesTableExist,RegisterLoaderInstance,ResourceTypesReader
public interface IDatabaseSupplier<T>Represents a statement runnable byIDatabaseAdapterreturning a result of type T.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Trun(IDatabaseTranslator translator, Connection c)Execute the statement using the connection and return the value
-
-
-
Method Detail
-
run
T run(IDatabaseTranslator translator, Connection c)
Execute the statement using the connection and return the value- Parameters:
translator- to translate any exceptionsc-
-
-