Uses of Interface
org.sqlproc.engine.plugin.SqlExecutionPlugin
Packages that use SqlExecutionPlugin
Package
Description
The plugins are used to alter the behavior of the SQL Processor.
-
Uses of SqlExecutionPlugin in org.sqlproc.engine.plugin
Classes in org.sqlproc.engine.plugin that implement SqlExecutionPluginModifier and TypeClassDescriptionclassThe SQL Processor plugins standard implementation.Fields in org.sqlproc.engine.plugin declared as SqlExecutionPluginModifier and TypeFieldDescriptionprivate SqlExecutionPluginSimpleSqlPluginFactory.sqlExecutionPluginThe SQL Processor plugin devoted to possible SQL query/command modification just before it is executed.Methods in org.sqlproc.engine.plugin that return SqlExecutionPluginModifier and TypeMethodDescriptionSimpleSqlPluginFactory.getSqlExecutionPlugin()Returns the SQL Processor plugin devoted to possible SQL query/command modification just before it is executed.SqlPluginFactory.getSqlExecutionPlugin()Returns the SQL Processor plugin devoted to possible SQL query/command modification just before it is executed.Methods in org.sqlproc.engine.plugin with parameters of type SqlExecutionPluginModifier and TypeMethodDescriptionvoidSimpleSqlPluginFactory.setSqlExecutionPlugin(SqlExecutionPlugin sqlExecutionPlugin) Sets the SQL Processor plugin devoted to possible SQL query/command modification just before it is executed