Package org.openxava.actions
Interface IJDBCAction
- All Superinterfaces:
IAction
- Author:
- Javier Paniza
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetConnectionProvider(IConnectionProvider provider) This method is call from the system to provide a JDBC connection provider.Methods inherited from interface org.openxava.actions.IAction
execute, getErrors, getMessages, setEnvironment, setErrors, setMessages
-
Method Details
-
setConnectionProvider
This method is call from the system to provide a JDBC connection provider.When the execute method is called this method alredy has been called with a valid connection provider.
-