Class SetPostgresOptimizerOptions
- java.lang.Object
 - 
- com.ibm.fhir.persistence.jdbc.postgresql.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 Summary
Constructors Constructor Description SetPostgresOptimizerOptions(PropertyGroup pg)Public constructor 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapplyTo(Connection c)Apply the configuration represented by this class to the given connection 
 - 
 
- 
- 
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-
 
 - 
 
 -