Uses of Interface
org.sqlproc.engine.plugin.SqlCountPlugin
-
Packages that use SqlCountPlugin Package Description 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 Modifier and Type Class Description class
DefaultSqlPlugins
The SQL Processor plugins standard implementation.Fields in org.sqlproc.engine.plugin declared as SqlCountPlugin Modifier and Type Field Description private SqlCountPlugin
SimpleSqlPluginFactory. sqlCountPlugin
The SQL Processor plugin devoted to the COUNT SQL construction.Methods in org.sqlproc.engine.plugin that return SqlCountPlugin Modifier and Type Method Description 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 Modifier and Type Method Description void
SimpleSqlPluginFactory. setSqlCountPlugin(SqlCountPlugin sqlCountPlugin)
Sets the SQL Processor plugin devoted to the COUNT SQL construction.
-