Interface Action
-
- All Known Implementing Classes:
ChainedAction
,DisableAutocommitAction
,SetSchemaAction
,SetTenantAction
public interface Action
Command 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 void
performOn(Connection c)
Perform this action on the given connection
-
-
-
Method Detail
-
performOn
void performOn(Connection c) throws FHIRPersistenceDBConnectException
Perform this action on the given connection- Parameters:
c
-- Throws:
FHIRPersistenceDBConnectException
-
-