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

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

Uses of SqlSequencePlugin in org.sqlproc.engine.plugin
 

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

Fields in org.sqlproc.engine.plugin declared as SqlSequencePlugin
private  SqlSequencePlugin SimpleSqlPluginFactory.sqlSequencePlugin
          The SQL Processor plugin devoted to the sequence SELECT SQL construction.
 

Methods in org.sqlproc.engine.plugin that return SqlSequencePlugin
 SqlSequencePlugin SimpleSqlPluginFactory.getSqlSequencePlugin()
          Returns the SQL Processor plugin devoted to the sequence SELECT SQL construction.
 SqlSequencePlugin SqlPluginFactory.getSqlSequencePlugin()
          Returns the SQL Processor plugin devoted to the sequence SELECT SQL construction.
 

Methods in org.sqlproc.engine.plugin with parameters of type SqlSequencePlugin
 void SimpleSqlPluginFactory.setSqlSequencePlugin(SqlSequencePlugin sqlSequencePlugin)
          Sets the SQL Processor plugin devoted to the sequence SELECT SQL construction.
 



Copyright © 2015. All rights reserved.