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

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

Uses of SqlExecutionPlugin in org.sqlproc.engine.plugin
 

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

Fields in org.sqlproc.engine.plugin declared as SqlExecutionPlugin
private  SqlExecutionPlugin SimpleSqlPluginFactory.sqlExecutionPlugin
          The SQL Processor plugin devoted to possible SQL query/command modification just before it is executed.
 

Methods in org.sqlproc.engine.plugin that return SqlExecutionPlugin
 SqlExecutionPlugin SimpleSqlPluginFactory.getSqlExecutionPlugin()
          Returns the SQL Processor plugin devoted to possible SQL query/command modification just before it is executed.
 SqlExecutionPlugin SqlPluginFactory.getSqlExecutionPlugin()
          Returns the SQL Processor plugin devoted to possible SQL query/command modification just before it is executed.
 

Methods in org.sqlproc.engine.plugin with parameters of type SqlExecutionPlugin
 void SimpleSqlPluginFactory.setSqlExecutionPlugin(SqlExecutionPlugin sqlExecutionPlugin)
          Sets the SQL Processor plugin devoted to possible SQL query/command modification just before it is executed
 



Copyright © 2014. All rights reserved.