Package org.openxava.actions
Interface IJDBCAction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setConnectionProvider(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 Detail
-
setConnectionProvider
void setConnectionProvider(IConnectionProvider provider)
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.
-
-