Class FHIRDbFlavorImpl
- java.lang.Object
-
- com.ibm.fhir.persistence.jdbc.connection.FHIRDbFlavorImpl
-
- All Implemented Interfaces:
FHIRDbFlavor
public class FHIRDbFlavorImpl extends java.lang.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 DbType
getType()
What type of database is this?boolean
isMultitenant()
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:FHIRDbFlavor
Does the database support multi-tenancy?- Specified by:
isMultitenant
in interfaceFHIRDbFlavor
- Returns:
-
getType
public DbType getType()
Description copied from interface:FHIRDbFlavor
What type of database is this?- Specified by:
getType
in interfaceFHIRDbFlavor
- Returns:
-
-