Class SetPostgresOptimizerOptions
- java.lang.Object
 - 
- org.linuxforhealth.fhir.persistence.jdbc.postgresql.SetPostgresOptimizerOptions
 
 
- 
public class SetPostgresOptimizerOptions extends java.lang.ObjectCommand to apply optimizer configuration options to the PostgreSQL database connection (see issue-1911 for details on why this is important). 
- 
- 
Constructor Summary
Constructors Constructor Description SetPostgresOptimizerOptions(PropertyGroup pg, boolean isCompartment)Public constructor 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapplyTo(java.sql.Connection c)Apply the configuration represented by this class to the given connection 
 - 
 
- 
- 
Constructor Detail
- 
SetPostgresOptimizerOptions
public SetPostgresOptimizerOptions(PropertyGroup pg, boolean isCompartment)
Public constructor- Parameters:
 pg- the FHIR configuration PropertyGroup containing the optimizer options
 
 - 
 
 -