| ChainedAction | 
 Base for chaining actions together 
 | 
| 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. 
 | 
| DisableAutocommitAction | 
 Command to turn off autocommit 
 | 
| FHIRDbConnectionStrategyBase | 
 Common base for multi-tenant connection strategy implementations 
 | 
| FHIRDbConstants | 
 Constants used with FHIR DB datasources and connections 
 | 
| FHIRDbFlavorImpl | 
 Describes the capability of the underlying database and the schema it has
 been configured with. 
 | 
| FHIRDbHelper | 
 Helper functions used for managing FHIR database interactions 
 | 
| FHIRDbTenantDatasourceConnectionStrategy | 
 Hides the logic behind obtaining a JDBC Connection from the DAO code. 
 | 
| FHIRDbTestConnectionStrategy | 
 Hides the logic behind obtaining a JDBC Connection from the DAO code. 
 | 
| FHIRTestTransactionAdapter | 
 Hides the logic behind obtaining a JDBC Connection from the DAO code. 
 | 
| FHIRTestTransactionFactory | 
 | 
| FHIRUserTransactionAdapter | 
 Adapter to simplify transaction handling. 
 | 
| FHIRUserTransactionFactory | 
 Factory implementation for creating new instances of FHIRTransactionImpl
 referencing a given UserTransaction object 
 | 
| SchemaNameFromProps | 
 Returns a constant schemaName. 
 | 
| SchemaNameImpl | 
 Supplier which tries to obtain the schema name from the given delegate,
 falling back to calling getSchema() from the connection if the supplier
 returns a null 
 | 
| SetSchemaAction | 
 Command to set the named schema on a connection 
 | 
| SetTenantAction | 
 Set the tenant variable in the session (part of Db2 multi-tenancy
 support). 
 |