Uses of Interface
org.sqlproc.engine.plugin.SqlProcessingIdPlugin
-
Packages that use SqlProcessingIdPlugin Package Description org.sqlproc.engine.plugin The plugins are used to alter the behavior of the SQL Processor. -
-
Uses of SqlProcessingIdPlugin in org.sqlproc.engine.plugin
Classes in org.sqlproc.engine.plugin that implement SqlProcessingIdPlugin Modifier and Type Class Description class
DefaultSqlPlugins
The SQL Processor plugins standard implementation.Fields in org.sqlproc.engine.plugin declared as SqlProcessingIdPlugin Modifier and Type Field Description private SqlProcessingIdPlugin
SimpleSqlPluginFactory. sqlProcessingIdPlugin
The SQL Processor plugin devoted to the META SQL execution optimization.Methods in org.sqlproc.engine.plugin that return SqlProcessingIdPlugin Modifier and Type Method Description SqlProcessingIdPlugin
SimpleSqlPluginFactory. getSqlProcessingIdPlugin()
Returns the SQL Processor plugin devoted to the META SQL execution optimization.SqlProcessingIdPlugin
SqlPluginFactory. getSqlProcessingIdPlugin()
Returns the SQL Processor plugin devoted to the META SQL execution optimization.Methods in org.sqlproc.engine.plugin with parameters of type SqlProcessingIdPlugin Modifier and Type Method Description void
SimpleSqlPluginFactory. setSqlProcessingIdPlugin(SqlProcessingIdPlugin sqlProcessingIdPlugin)
Sets the SQL Processor plugin devoted to the META SQL execution optimization
-