Class SetPostgresOptimizerOptions


  • public class SetPostgresOptimizerOptions
    extends Object
    Command to apply optimizer configuration options to the PostgreSQL database connection (see issue-1911 for details on why this is important).
    • Constructor Detail

      • SetPostgresOptimizerOptions

        public SetPostgresOptimizerOptions​(PropertyGroup pg)
        Public constructor
        Parameters:
        pg - the FHIR configuration PropertyGroup containing the optimizer options
    • Method Detail

      • applyTo

        public void applyTo​(Connection c)
        Apply the configuration represented by this class to the given connection
        Parameters:
        c -