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

Packages that use SqlFromToPlugin
org.sqlproc.engine.plugin The plugins are used to alter the behavior of the SQL Processor. 
 

Uses of SqlFromToPlugin in org.sqlproc.engine.plugin
 

Classes in org.sqlproc.engine.plugin that implement SqlFromToPlugin
 class DefaultSqlPlugins
          The SQL Processor plugins standard implementation.
 

Fields in org.sqlproc.engine.plugin declared as SqlFromToPlugin
private  SqlFromToPlugin SimpleSqlPluginFactory.sqlFromToPlugin
          The SQL Processor plugin devoted to the FROM-TO SQL construction.
 

Methods in org.sqlproc.engine.plugin that return SqlFromToPlugin
 SqlFromToPlugin SimpleSqlPluginFactory.getSqlFromToPlugin()
          Returns the SQL Processor plugin devoted to the FROM-TO SQL construction.
 SqlFromToPlugin SqlPluginFactory.getSqlFromToPlugin()
          Returns the SQL Processor plugin devoted to the FROM-TO SQL construction.
 

Methods in org.sqlproc.engine.plugin with parameters of type SqlFromToPlugin
 void SimpleSqlPluginFactory.setSqlFromToPlugin(SqlFromToPlugin sqlFromToPlugin)
          Sets the SQL Processor plugin devoted to the FROM-TO SQL construction.
 



Copyright © 2014. All rights reserved.