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
,GetXXXLogicalResourceNeedsMigration
,MaxTenantIdDAO
,PostgresDoesTableExist
,RegisterLoaderInstance
,ResourceTypesReader
public interface IDatabaseSupplier<T>
Represents a statement runnable byIDatabaseAdapter
returning a result of type T.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
run(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
-
-
-