Uses of Interface
org.sqlproc.engine.plugin.SqlSequencePlugin
Packages that use SqlSequencePlugin
Package
Description
The plugins are used to alter the behavior of the SQL Processor.
-
Uses of SqlSequencePlugin in org.sqlproc.engine.plugin
Classes in org.sqlproc.engine.plugin that implement SqlSequencePluginModifier and TypeClassDescriptionclassThe SQL Processor plugins standard implementation.Fields in org.sqlproc.engine.plugin declared as SqlSequencePluginModifier and TypeFieldDescriptionprivate SqlSequencePluginSimpleSqlPluginFactory.sqlSequencePluginThe SQL Processor plugin devoted to the sequence SELECT SQL construction.Methods in org.sqlproc.engine.plugin that return SqlSequencePluginModifier and TypeMethodDescriptionSimpleSqlPluginFactory.getSqlSequencePlugin()Returns the SQL Processor plugin devoted to the sequence SELECT SQL construction.SqlPluginFactory.getSqlSequencePlugin()Returns the SQL Processor plugin devoted to the sequence SELECT SQL construction.Methods in org.sqlproc.engine.plugin with parameters of type SqlSequencePluginModifier and TypeMethodDescriptionvoidSimpleSqlPluginFactory.setSqlSequencePlugin(SqlSequencePlugin sqlSequencePlugin) Sets the SQL Processor plugin devoted to the sequence SELECT SQL construction.