Uses of Class
org.linuxforhealth.fhir.persistence.jdbc.connection.ChainedAction
-
Packages that use ChainedAction Package Description org.linuxforhealth.fhir.persistence.jdbc.connection -
-
Uses of ChainedAction in org.linuxforhealth.fhir.persistence.jdbc.connection
Subclasses of ChainedAction in org.linuxforhealth.fhir.persistence.jdbc.connection Modifier and Type Class Description class
CreateTempTablesAction
Creates the declared global temp table used in Derby for handling upserts into common_token_values and code_systems, avoiding huge VALUES() statements which cause the Derby SQL parser to generate a stack overflow.class
DisableAutocommitAction
Command to turn off autocommitclass
SetMultiShardModifyModeAction
For Citus connections, SET LOCAL citus.multi_shard_modify_mode TO 'sequential'class
SetSchemaAction
Command to set the named schema on a connection
-