Interface Action
-
- All Known Implementing Classes:
ChainedAction,CreateTempTablesAction,DisableAutocommitAction,SetSchemaAction,SetTenantAction
public interface ActionCommand pattern for performing actions on a JDBC connection (e.g. to configure it for use)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidperformOn(FHIRDbFlavor flavor, Connection c)Perform this action on the given connection
-
-
-
Method Detail
-
performOn
void performOn(FHIRDbFlavor flavor, Connection c) throws FHIRPersistenceDBConnectException
Perform this action on the given connection- Parameters:
flavor- describes the type of database associated with the given connectionc- the connection to perform the action on- Throws:
FHIRPersistenceDBConnectException
-
-