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 classCreateTempTablesActionCreates 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.classDisableAutocommitActionCommand to turn off autocommitclassSetMultiShardModifyModeActionFor Citus connections, SET LOCAL citus.multi_shard_modify_mode TO 'sequential'classSetSchemaActionCommand to set the named schema on a connection 
 -