Package com.ibm.fhir.schema.control
Class GetLogicalResourceNeedsV0014Migration
- java.lang.Object
 - 
- com.ibm.fhir.schema.control.GetLogicalResourceNeedsV0014Migration
 
 
- 
- All Implemented Interfaces:
 IDatabaseSupplier<Boolean>
public class GetLogicalResourceNeedsV0014Migration extends Object implements IDatabaseSupplier<Boolean>
Checks the value of IS_DELETED is "X" for any row found in LOGICAL_RESOURCES the given resource type. If found, it means that the table needs to be migrated. If not found, then obviously there's no need for migration. 
- 
- 
Constructor Summary
Constructors Constructor Description GetLogicalResourceNeedsV0014Migration(String schemaName, int resourceTypeId) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Booleanrun(IDatabaseTranslator translator, Connection c)Execute the statement using the connection and return the value 
 - 
 
- 
- 
Constructor Detail
- 
GetLogicalResourceNeedsV0014Migration
public GetLogicalResourceNeedsV0014Migration(String schemaName, int resourceTypeId)
 
 - 
 
- 
Method Detail
- 
run
public Boolean run(IDatabaseTranslator translator, Connection c)
Description copied from interface:IDatabaseSupplierExecute the statement using the connection and return the value- Specified by:
 runin interfaceIDatabaseSupplier<Boolean>- Parameters:
 translator- to translate any exceptions
 
 - 
 
 -