Class SetPostgresOptimizerOptions
- java.lang.Object
-
- org.linuxforhealth.fhir.persistence.jdbc.postgresql.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).
-
-
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 void
applyTo(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
-
-