Uses of Interface
org.sqlproc.engine.plugin.SqlCountPlugin
Packages that use SqlCountPlugin
Package
Description
The plugins are used to alter the behavior of the SQL Processor.
-
Uses of SqlCountPlugin in org.sqlproc.engine.plugin
Classes in org.sqlproc.engine.plugin that implement SqlCountPluginModifier and TypeClassDescriptionclassThe SQL Processor plugins standard implementation.Fields in org.sqlproc.engine.plugin declared as SqlCountPluginModifier and TypeFieldDescriptionprivate SqlCountPluginSimpleSqlPluginFactory.sqlCountPluginThe SQL Processor plugin devoted to the COUNT SQL construction.Methods in org.sqlproc.engine.plugin that return SqlCountPluginModifier and TypeMethodDescriptionSimpleSqlPluginFactory.getSqlCountPlugin()Returns the SQL Processor plugin devoted to the COUNT SQL construction.SqlPluginFactory.getSqlCountPlugin()Returns the SQL Processor plugin devoted to the COUNT SQL construction.Methods in org.sqlproc.engine.plugin with parameters of type SqlCountPluginModifier and TypeMethodDescriptionvoidSimpleSqlPluginFactory.setSqlCountPlugin(SqlCountPlugin sqlCountPlugin) Sets the SQL Processor plugin devoted to the COUNT SQL construction.