Uses of Interface
org.sqlproc.engine.plugin.SqlFromToPlugin
Packages that use SqlFromToPlugin
Package
Description
The plugins are used to alter the behavior of the SQL Processor.
-
Uses of SqlFromToPlugin in org.sqlproc.engine.plugin
Classes in org.sqlproc.engine.plugin that implement SqlFromToPluginModifier and TypeClassDescriptionclassThe SQL Processor plugins standard implementation.Fields in org.sqlproc.engine.plugin declared as SqlFromToPluginModifier and TypeFieldDescriptionprivate SqlFromToPluginSimpleSqlPluginFactory.sqlFromToPluginThe SQL Processor plugin devoted to the FROM-TO SQL construction.Methods in org.sqlproc.engine.plugin that return SqlFromToPluginModifier and TypeMethodDescriptionSimpleSqlPluginFactory.getSqlFromToPlugin()Returns the SQL Processor plugin devoted to the FROM-TO SQL construction.SqlPluginFactory.getSqlFromToPlugin()Returns the SQL Processor plugin devoted to the FROM-TO SQL construction.Methods in org.sqlproc.engine.plugin with parameters of type SqlFromToPluginModifier and TypeMethodDescriptionvoidSimpleSqlPluginFactory.setSqlFromToPlugin(SqlFromToPlugin sqlFromToPlugin) Sets the SQL Processor plugin devoted to the FROM-TO SQL construction.