Package com.ibm.fhir.database.utils.api
Interface IDatabaseStatement
- 
- All Known Implementing Classes:
 AddColumn,AddForeignKeyConstraint,AddResourceBundleErrors,AddResourceType,AddTenantDAO,AddTenantKeyDAO,AddVersionDAO,AllocateJobs,BackfillResourceChangeLog,BackfillResourceChangeLogDb2,ClearStaleAllocations,CreateCanonicalValuesTmp,CreateCodeSystemsTmp,CreateCommonTokenValuesTmp,CreateIndexStatement,CreateOrReplaceViewDAO,Db2AddTablePartition,Db2AddTableToStaging,Db2AdminCommand,Db2CheckCompatibility,Db2CreateTablespace,Db2DetachTablePartition,Db2DropTablespace,Db2GetPartitionInfo,Db2Reorg,Db2SetTenantVariable,DeleteTenantDAO,DeleteTenantKeyDAO,DropColumn,DropForeignKeyConstraint,DropIndex,DropPrimaryKey,DropTable,DropViewDAO,GetLogicalIds,GetResourceTypes,InitializeLogicalResourceDenorms,LoaderInstanceHeartbeat,MarkBundleDone,MergeResources,MergeResourceTypes,MergeResourceTypesPostgres,MigrateV0014LogicalResourceIsDeletedLastUpdated,PopulateParameterNames,PopulateResourceTypes,PostgresVacuumSettingDAO,RecordLogicalId,RecordLogicalIdList,ReorgTable,SetTenantIdDb2,UpdateTenantStatusDAO
public interface IDatabaseStatementDefinition of the Database Statement 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrun(IDatabaseTranslator translator, Connection c)Execute the statement using the connection. 
 - 
 
- 
- 
Method Detail
- 
run
void run(IDatabaseTranslator translator, Connection c)
Execute the statement using the connection.- Parameters:
 translator- to translate any exceptionsc-
 
 - 
 
 -