Uses of Interface
org.sqlproc.engine.plugin.SqlProcessingIdPlugin
Packages that use SqlProcessingIdPlugin
Package
Description
The plugins are used to alter the behavior of the SQL Processor.
-
Uses of SqlProcessingIdPlugin in org.sqlproc.engine.plugin
Classes in org.sqlproc.engine.plugin that implement SqlProcessingIdPluginModifier and TypeClassDescriptionclassThe SQL Processor plugins standard implementation.Fields in org.sqlproc.engine.plugin declared as SqlProcessingIdPluginModifier and TypeFieldDescriptionprivate SqlProcessingIdPluginSimpleSqlPluginFactory.sqlProcessingIdPluginThe SQL Processor plugin devoted to the META SQL execution optimization.Methods in org.sqlproc.engine.plugin that return SqlProcessingIdPluginModifier and TypeMethodDescriptionSimpleSqlPluginFactory.getSqlProcessingIdPlugin()Returns the SQL Processor plugin devoted to the META SQL execution optimization.SqlPluginFactory.getSqlProcessingIdPlugin()Returns the SQL Processor plugin devoted to the META SQL execution optimization.Methods in org.sqlproc.engine.plugin with parameters of type SqlProcessingIdPluginModifier and TypeMethodDescriptionvoidSimpleSqlPluginFactory.setSqlProcessingIdPlugin(SqlProcessingIdPlugin sqlProcessingIdPlugin) Sets the SQL Processor plugin devoted to the META SQL execution optimization