Uses of Interface
org.sqlproc.engine.plugin.SqlCountPlugin

Packages that use SqlCountPlugin
org.sqlproc.engine.plugin 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 SqlCountPlugin
 class DefaultSqlPlugins
          The SQL Processor plugins standard implementation.
 

Fields in org.sqlproc.engine.plugin declared as SqlCountPlugin
private  SqlCountPlugin SimpleSqlPluginFactory.sqlCountPlugin
          The SQL Processor plugin devoted to the COUNT SQL construction.
 

Methods in org.sqlproc.engine.plugin that return SqlCountPlugin
 SqlCountPlugin SimpleSqlPluginFactory.getSqlCountPlugin()
          Returns the SQL Processor plugin devoted to the COUNT SQL construction.
 SqlCountPlugin SqlPluginFactory.getSqlCountPlugin()
          Returns the SQL Processor plugin devoted to the COUNT SQL construction.
 

Methods in org.sqlproc.engine.plugin with parameters of type SqlCountPlugin
 void SimpleSqlPluginFactory.setSqlCountPlugin(SqlCountPlugin sqlCountPlugin)
          Sets the SQL Processor plugin devoted to the COUNT SQL construction.
 



Copyright © 2015. All rights reserved.