Interface SqlExecutionPlugin

All Superinterfaces:
Modifiers
All Known Implementing Classes:
DefaultSqlPlugins

public interface SqlExecutionPlugin extends Modifiers
The SQL Processor plugin devoted to possible SQL query/command modification just before it is executed.
Author:
Vladimir Hudec
  • Method Details

    • beforeSqlExecution

      String beforeSqlExecution(String name, String queryString)
      Used to possible SQL query/command modification just before it is executed.
      Parameters:
      name - Name of the META SQL query or statement
      queryString - the SQL query command
      Returns:
      the SQL query command, which is going to be executed