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 SchemaTypegetSchemaType()What type of schema is thisDbTypegetType()What type of database is this?booleanisFamilyPostgreSQL()Is the dbType from the PostgreSQL family?
-
-
-
Method Detail
-
getSchemaType
SchemaType getSchemaType()
What type of schema is this- Returns:
-
getType
DbType getType()
What type of database is this?- Returns:
-
isFamilyPostgreSQL
boolean isFamilyPostgreSQL()
Is the dbType from the PostgreSQL family?- Returns:
-
-