Interface IJDBCCalculator

All Superinterfaces:
ICalculator, Serializable
All Known Implementing Classes:
NextIntegerCalculator, NextLongCalculator

public interface IJDBCCalculator extends ICalculator
Author:
Javier Paniza
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    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

      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.