Package com.ibm.fhir.schema.control
Class GetResourceChangeLogEmpty
- java.lang.Object
 - 
- com.ibm.fhir.schema.control.GetResourceChangeLogEmpty
 
 
- 
- All Implemented Interfaces:
 IDatabaseSupplier<Boolean>
public class GetResourceChangeLogEmpty extends Object implements IDatabaseSupplier<Boolean>
Checks the RESOURCE_CHANGE_LOG table to see if it has been populated with any data 
- 
- 
Constructor Summary
Constructors Constructor Description GetResourceChangeLogEmpty(String schemaName) 
- 
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
- 
GetResourceChangeLogEmpty
public GetResourceChangeLogEmpty(String schemaName)
 
 - 
 
- 
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
 
 - 
 
 -