Package com.ibm.fhir.schema.control
Class InitializeLogicalResourceDenorms
- java.lang.Object
 - 
- com.ibm.fhir.schema.control.InitializeLogicalResourceDenorms
 
 
- 
- All Implemented Interfaces:
 IDatabaseStatement
public class InitializeLogicalResourceDenorms extends Object implements IDatabaseStatement
Set the current value for xxx_LOGICAL_RESOURCES.IS_DELETED. Called as part of the schema migration step for schema version V0010 and V0011. 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 InitializeLogicalResourceDenorms(String schemaName, String resourceTypeName)Public constructor 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun(IDatabaseTranslator translator, Connection c)Execute the statement using the connection. 
 - 
 
- 
- 
Method Detail
- 
run
public void run(IDatabaseTranslator translator, Connection c)
Description copied from interface:IDatabaseStatementExecute the statement using the connection.- Specified by:
 runin interfaceIDatabaseStatement- Parameters:
 translator- to translate any exceptions
 
 - 
 
 -