Class MigrateV0014LogicalResourceIsDeletedLastUpdated
- java.lang.Object
-
- org.linuxforhealth.fhir.schema.control.MigrateV0014LogicalResourceIsDeletedLastUpdated
-
- All Implemented Interfaces:
IDatabaseStatement
public class MigrateV0014LogicalResourceIsDeletedLastUpdated extends java.lang.Object implements IDatabaseStatement
Run a correlated update statement to update the new V0014 columns in LOGICAL_RESOURCES from the corresponding values in the xx_LOGICAL_RESOURCES table (for a specific resource type) Note that for this to work for the multi-tenant (Db2) schema, the SV_TENANT_ID needs to be set first.
-
-
Constructor Summary
Constructors Constructor Description MigrateV0014LogicalResourceIsDeletedLastUpdated(java.lang.String schemaName, java.lang.String resourceTypeName, int resourceTypeId)
Public constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run(IDatabaseTranslator translator, java.sql.Connection c)
Execute the statement using the connection.
-
-
-
Method Detail
-
run
public void run(IDatabaseTranslator translator, java.sql.Connection c)
Description copied from interface:IDatabaseStatement
Execute the statement using the connection.- Specified by:
run
in interfaceIDatabaseStatement
- Parameters:
translator
- to translate any exceptions
-
-