Uses of Interface
org.sqlproc.engine.plugin.SqlIdentityPlugin
Packages that use SqlIdentityPlugin
Package
Description
The plugins are used to alter the behavior of the SQL Processor.
-
Uses of SqlIdentityPlugin in org.sqlproc.engine.plugin
Classes in org.sqlproc.engine.plugin that implement SqlIdentityPluginModifier and TypeClassDescriptionclassThe SQL Processor plugins standard implementation.Fields in org.sqlproc.engine.plugin declared as SqlIdentityPluginModifier and TypeFieldDescriptionprivate SqlIdentityPluginSimpleSqlPluginFactory.sqlIdentityPluginThe SQL Processor plugin devoted to the identity SELECT SQL construction.Methods in org.sqlproc.engine.plugin that return SqlIdentityPluginModifier and TypeMethodDescriptionSimpleSqlPluginFactory.getSqlIdentityPlugin()Returns the SQL Processor plugin devoted to the identity SELECT SQL construction.SqlPluginFactory.getSqlIdentityPlugin()Returns the SQL Processor plugin devoted to the identity SELECT SQL construction.Methods in org.sqlproc.engine.plugin with parameters of type SqlIdentityPluginModifier and TypeMethodDescriptionvoidSimpleSqlPluginFactory.setSqlIdentityPlugin(SqlIdentityPlugin sqlIdentityPlugin) Sets the SQL Processor plugin devoted to the identity SELECT SQL construction.