Class FHIRDbFlavorImpl
- java.lang.Object
 - 
- com.ibm.fhir.persistence.jdbc.connection.FHIRDbFlavorImpl
 
 
- 
- All Implemented Interfaces:
 FHIRDbFlavor
public class FHIRDbFlavorImpl extends Object implements FHIRDbFlavor
Describes the capability of the underlying database and the schema it has been configured with. 
- 
- 
Constructor Summary
Constructors Constructor Description FHIRDbFlavorImpl(DbType type, boolean multitenant) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DbTypegetType()What type of database is this?booleanisMultitenant()Does the database support multi-tenancy? 
 - 
 
- 
- 
Constructor Detail
- 
FHIRDbFlavorImpl
public FHIRDbFlavorImpl(DbType type, boolean multitenant)
 
 - 
 
- 
Method Detail
- 
isMultitenant
public boolean isMultitenant()
Description copied from interface:FHIRDbFlavorDoes the database support multi-tenancy?- Specified by:
 isMultitenantin interfaceFHIRDbFlavor- Returns:
 
 
- 
getType
public DbType getType()
Description copied from interface:FHIRDbFlavorWhat type of database is this?- Specified by:
 getTypein interfaceFHIRDbFlavor- Returns:
 
 
 - 
 
 -