Interface FHIRDbFlavor
- 
- All Known Implementing Classes:
 FHIRDbFlavorImpl
public interface FHIRDbFlavorCapabilities supported by the different flavors of database we connect to. The flavor is a combination of the database type (e.g. DB2/Derby etc) and the capabilities of the installed schema 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DbTypegetType()What type of database is this?booleanisMultitenant()Does the database support multi-tenancy? 
 - 
 
- 
- 
Method Detail
- 
isMultitenant
boolean isMultitenant()
Does the database support multi-tenancy?- Returns:
 
 
- 
getType
DbType getType()
What type of database is this?- Returns:
 
 
 - 
 
 -