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 classDefaultSqlPluginsThe SQL Processor plugins standard implementation.Fields in org.sqlproc.engine.plugin declared as SqlCountPlugin Modifier and Type Field Description private SqlCountPluginSimpleSqlPluginFactory. sqlCountPluginThe SQL Processor plugin devoted to the COUNT SQL construction.Methods in org.sqlproc.engine.plugin that return SqlCountPlugin Modifier and Type Method Description SqlCountPluginSimpleSqlPluginFactory. getSqlCountPlugin()Returns the SQL Processor plugin devoted to the COUNT SQL construction.SqlCountPluginSqlPluginFactory. 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 voidSimpleSqlPluginFactory. setSqlCountPlugin(SqlCountPlugin sqlCountPlugin)Sets the SQL Processor plugin devoted to the COUNT SQL construction.
-