Package com.ibm.fhir.schema.control
Class GetTenantList
- java.lang.Object
 - 
- com.ibm.fhir.schema.control.GetTenantList
 
 
- 
- All Implemented Interfaces:
 IDatabaseSupplier<java.util.List<TenantInfo>>
public class GetTenantList extends java.lang.Object implements IDatabaseSupplier<java.util.List<TenantInfo>>
Fetch the list of tenants currently configured 
- 
- 
Constructor Summary
Constructors Constructor Description GetTenantList(java.lang.String adminSchema)Public constructor 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<TenantInfo>run(IDatabaseTranslator translator, java.sql.Connection c)Execute the statement using the connection and return the value 
 - 
 
- 
- 
Method Detail
- 
run
public java.util.List<TenantInfo> run(IDatabaseTranslator translator, java.sql.Connection c)
Description copied from interface:IDatabaseSupplierExecute the statement using the connection and return the value- Specified by:
 runin interfaceIDatabaseSupplier<java.util.List<TenantInfo>>- Parameters:
 translator- to translate any exceptions
 
 - 
 
 -