Interface FHIRDbDAO

    • Method Detail

      • getConnection

        java.sql.Connection getConnection()
                                   throws FHIRPersistenceDBConnectException
        Obtains a database connection. Connection is configured and ready to use. If multi-tenant, the tenant session variable will have been set.
        Returns:
        Connection - A connection to the FHIR database.
        Throws:
        FHIRPersistenceDBConnectException
      • getFlavor

        FHIRDbFlavor getFlavor()
        Get the database flavor, which describes the database type and its capabilities (e.g. is it multi-tenant?)
        Returns: