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

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

Fields in org.sqlproc.engine.plugin declared as SqlIdentityPlugin
private  SqlIdentityPlugin SimpleSqlPluginFactory.sqlIdentityPlugin
          The SQL Processor plugin devoted to the identity SELECT SQL construction.
 

Methods in org.sqlproc.engine.plugin that return SqlIdentityPlugin
 SqlIdentityPlugin SimpleSqlPluginFactory.getSqlIdentityPlugin()
          Returns the SQL Processor plugin devoted to the identity SELECT SQL construction.
 SqlIdentityPlugin SqlPluginFactory.getSqlIdentityPlugin()
          Returns the SQL Processor plugin devoted to the identity SELECT SQL construction.
 

Methods in org.sqlproc.engine.plugin with parameters of type SqlIdentityPlugin
 void SimpleSqlPluginFactory.setSqlIdentityPlugin(SqlIdentityPlugin sqlIdentityPlugin)
          Sets the SQL Processor plugin devoted to the identity SELECT SQL construction.
 



Copyright © 2014. All Rights Reserved.