Interface SqlExecutionPlugin
- All Superinterfaces:
Modifiers
- All Known Implementing Classes:
DefaultSqlPlugins
The SQL Processor plugin devoted to possible SQL query/command modification just before it is executed.
- Author:
- Vladimir Hudec
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionbeforeSqlExecution(String name, String queryString) Used to possible SQL query/command modification just before it is executed.
-
Method Details
-
beforeSqlExecution
-