Package org.openxava.calculators
Interface IJDBCCalculator
- All Superinterfaces:
ICalculator,Serializable
- All Known Implementing Classes:
NextIntegerCalculator,NextLongCalculator
- 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.calculators.ICalculator
calculate
-
Method Details
-
setConnectionProvider
This method is call from the system to provide a JDBC connection provider.When the calculate method is called this method alredy has been called with a valid connection provider.
-