Uses of Class
com.ibm.fhir.persistence.jdbc.connection.ChainedAction
- 
Packages that use ChainedAction Package Description com.ibm.fhir.persistence.jdbc.connection  - 
- 
Uses of ChainedAction in com.ibm.fhir.persistence.jdbc.connection
Subclasses of ChainedAction in com.ibm.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 autocommitclassSetSchemaActionCommand to set the named schema on a connectionclassSetTenantActionSet the tenant variable in the session (part of Db2 multi-tenancy support). 
 -