Package com.ibm.fhir.database.utils.api
Interface IDatabaseStatement
-
- All Known Implementing Classes:
AddColumn,AddForeignKeyConstraint,AddResourceBundleErrors,AddResourceType,AddTenantDAO,AddTenantKeyDAO,AddVersionDAO,AllocateJobs,BackfillResourceChangeLog,BackfillResourceChangeLogDb2,ClearStaleAllocations,ClearVersionHistoryDAO,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,MigrateV0021AbstractTypeRemoval,PopulateParameterNames,PopulateResourceTypes,PostgresFillfactorSettingDAO,PostgresVacuumSettingDAO,RecordLogicalId,RecordLogicalIdList,ReorgTable,SetTenantIdDb2,UpdateSchemaVersion,UpdateSchemaVersionPostgresql,UpdateTenantStatusDAO
public interface IDatabaseStatementDefinition of the Database Statement
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrun(IDatabaseTranslator translator, java.sql.Connection c)Execute the statement using the connection.
-
-
-
Method Detail
-
run
void run(IDatabaseTranslator translator, java.sql.Connection c)
Execute the statement using the connection.- Parameters:
translator- to translate any exceptionsc-
-
-