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 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
SetSchemaAction
Command to set the named schema on a connectionclass
SetTenantAction
Set the tenant variable in the session (part of Db2 multi-tenancy support).
-