Interface FHIRDbConnectionStrategy

    • Method Detail

      • getQueryHints

        QueryHints getQueryHints()
        Append the given hint to FHIR search queries
        Returns:
      • applySearchOptimizerOptions

        void applySearchOptimizerOptions​(java.sql.Connection c,
                                         boolean isCompartment)
        Apply any optimizer options configured to improve search query performance See issue-1911 for details.
        Parameters:
        c - the connection to be configured
        isCompartment - true if the query is a compartment-based search