Interface FHIRDbFlavor
-
- All Known Implementing Classes:
FHIRDbFlavorImpl
public interface FHIRDbFlavor
Capabilities 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 SchemaType
getSchemaType()
What type of schema is thisDbType
getType()
What type of database is this?boolean
isFamilyPostgreSQL()
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:
-
-