Interface SQLAction

All Known Implementing Classes:
BaseSQLAction, BatchAction, DB2SelectAction, DerbySelectAction, EJBQLAction, FirebirdSelectAction, FrontBaseTemplateAction, H2SelectAction, IngresSelectAction, PostgresBatchAction, ProcedureAction, SelectAction, SQLiteSelectAction, SQLServerBatchAction, SQLServerProcedureAction, SQLServerSelectAction, SQLTemplateAction

public interface SQLAction
Defines API for query execution strategy over JDBC connection (as in Strategy Pattern). SQLAction unified interface allows a high degree of customization for JDBC interactions.
Since:
1.2
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Executes a query using a strategy defined by the implementation.