Class SetPostgresOptimizerOptions


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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void applyTo​(java.sql.Connection c)
      Apply the configuration represented by this class to the given connection
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SetPostgresOptimizerOptions

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

      • applyTo

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