Interface StatementListener

    • Method Detail

      • 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)