Class FindTenantIdDAO
- java.lang.Object
-
- com.ibm.fhir.database.utils.tenant.FindTenantIdDAO
-
- All Implemented Interfaces:
IDatabaseSupplier<java.lang.Integer>
public class FindTenantIdDAO extends java.lang.Object implements IDatabaseSupplier<java.lang.Integer>
DAO to create a free tenant slot (to align with a new partition)
-
-
Constructor Summary
Constructors Constructor Description FindTenantIdDAO(java.lang.String schemaName, java.lang.String tenantName)
Get partition information for all tables in the tableSchema, using the catalogSchema as the schema containing the DATAPARTITIONS system table
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Integer
run(IDatabaseTranslator translator, java.sql.Connection c)
Execute the statement using the connection and return the value
-
-
-
Method Detail
-
run
public java.lang.Integer run(IDatabaseTranslator translator, java.sql.Connection c)
Description copied from interface:IDatabaseSupplier
Execute the statement using the connection and return the value- Specified by:
run
in interfaceIDatabaseSupplier<java.lang.Integer>
- Parameters:
translator
- to translate any exceptions
-
-