Package com.ibm.fhir.schema.control
Class CancelLease
- java.lang.Object
-
- com.ibm.fhir.schema.control.CancelLease
-
- All Implemented Interfaces:
IDatabaseSupplier<Boolean>
public class CancelLease extends Object implements IDatabaseSupplier<Boolean>
Clear the lease if it is currently held by the given instance
-
-
Constructor Summary
Constructors Constructor Description CancelLease(String adminSchema, String schemaName, String leaseId)
Public constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
run(IDatabaseTranslator translator, Connection c)
Execute the statement using the connection and return the value
-
-
-
Method Detail
-
run
public Boolean run(IDatabaseTranslator translator, Connection c)
Description copied from interface:IDatabaseSupplier
Execute the statement using the connection and return the value- Specified by:
run
in interfaceIDatabaseSupplier<Boolean>
- Parameters:
translator
- to translate any exceptions
-
-