Interface Action
- 
- All Known Implementing Classes:
 ChainedAction,CreateTempTablesAction,DisableAutocommitAction,SetMultiShardModifyModeAction,SetSchemaAction
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, java.sql.Connection c)Perform this action on the given connection 
 - 
 
- 
- 
Method Detail
- 
performOn
void performOn(FHIRDbFlavor flavor, java.sql.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
 
 - 
 
 -