org.openxava.calculators
Interface IJDBCCalculator

All Superinterfaces:
ICalculator, java.io.Serializable
All Known Implementing Classes:
NextIntegerCalculator, NextLongCalculator

public interface IJDBCCalculator
extends ICalculator

Author:
Javier Paniza

Method Summary
 void setConnectionProvider(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 Detail

setConnectionProvider

void setConnectionProvider(IConnectionProvider provider)
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.