Package com.ibm.fhir.database.utils.db2
Class Db2GetTableInfo
- java.lang.Object
 - 
- com.ibm.fhir.database.utils.db2.Db2GetTableInfo
 
 
- 
- All Implemented Interfaces:
 IDatabaseSupplier<Db2TableInfo>
public class Db2GetTableInfo extends Object implements IDatabaseSupplier<Db2TableInfo>
DAO to fetch the current value of FHIR_ADMIN.SV_TENANT_ID. Useful for debugging - the value isn't useful outside of the database. 
- 
- 
Constructor Summary
Constructors Constructor Description Db2GetTableInfo(String schemaName, String tableName)Public constructor 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Db2TableInforun(IDatabaseTranslator translator, Connection c)Execute the statement using the connection and return the value 
 - 
 
- 
- 
Method Detail
- 
run
public Db2TableInfo run(IDatabaseTranslator translator, Connection c)
Description copied from interface:IDatabaseSupplierExecute the statement using the connection and return the value- Specified by:
 runin interfaceIDatabaseSupplier<Db2TableInfo>- Parameters:
 translator- to translate any exceptions
 
 - 
 
 -