Package com.ibm.fhir.database.utils.api
Interface IDatabaseStatement
-
- All Known Implementing Classes:
AddColumn,AddForeignKeyConstraint,AddResourceBundleErrors,AddResourceType,AddTenantDAO,AddTenantKeyDAO,AddVersionDAO,AllocateJobs,ClearStaleAllocations,Db2AddTablePartition,Db2AddTableToStaging,Db2AdminCommand,Db2CheckCompatibility,Db2CreateTablespace,Db2DetachTablePartition,Db2DropTablespace,Db2GetPartitionInfo,Db2Reorg,Db2SetTenantVariable,DeleteTenantDAO,DropColumn,DropForeignKeyConstraint,DropIndex,DropTable,GetResourceTypes,LoaderInstanceHeartbeat,MarkBundleDone,MergeResources,MergeResourceTypes,MergeResourceTypesPostgres,PopulateParameterNames,PopulateResourceTypes,RecordLogicalId,RecordLogicalIdList,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-
-
-