| 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.
|
| FHIRUserTransactionAdapter |
Adapter to simplify transaction handling.
|
| 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
|
| SetMultiShardModifyModeAction |
For Citus connections, SET LOCAL citus.multi_shard_modify_mode TO 'sequential'
|
| SetSchemaAction |
Command to set the named schema on a connection
|