Package org.sqlproc.engine.plugin
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
Fields inherited from interface org.sqlproc.engine.plugin.Modifiers
MODIFIER_ANY, MODIFIER_ANYSET, MODIFIER_CALL, MODIFIER_DISCRIMINATOR, MODIFIER_EMPTY, MODIFIER_GTYPE, MODIFIER_ID, MODIFIER_IDENTITY_GENERATOR, MODIFIER_IDENTITY_SELECT, MODIFIER_NOTEMPTY, MODIFIER_NOTNULL, MODIFIER_NULL, MODIFIER_SEQUENCE, MODIFIER_TYPE
-
Method Summary
Modifier and TypeMethodDescriptionbeforeSqlExecution
(String name, String queryString) Used to possible SQL query/command modification just before it is executed.
-
Method Details
-
beforeSqlExecution
Used to possible SQL query/command modification just before it is executed.- Parameters:
name
- Name of the META SQL query or statementqueryString
- the SQL query command- Returns:
- the SQL query command, which is going to be executed
-