Interface StatementListener

All Known Implementing Classes:
DefaultStatementListener

public interface StatementListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    afterExecute(String statement, int rows)
     
    boolean
    beforeExecute(String statement)
     
  • Method Details

    • beforeExecute

      boolean beforeExecute(String statement)
      Returns:
      true, if the statement is really to be executed false, if this is just a dry run
    • afterExecute

      void afterExecute(String statement, int rows)