Uses of Interface
org.sqlproc.engine.plugin.SqlSequencePlugin
-
Packages that use SqlSequencePlugin Package Description 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 Modifier and Type Class Description class
DefaultSqlPlugins
The SQL Processor plugins standard implementation.Fields in org.sqlproc.engine.plugin declared as SqlSequencePlugin Modifier and Type Field Description private SqlSequencePlugin
SimpleSqlPluginFactory. sqlSequencePlugin
The SQL Processor plugin devoted to the sequence SELECT SQL construction.Methods in org.sqlproc.engine.plugin that return SqlSequencePlugin Modifier and Type Method Description 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 Modifier and Type Method Description void
SimpleSqlPluginFactory. setSqlSequencePlugin(SqlSequencePlugin sqlSequencePlugin)
Sets the SQL Processor plugin devoted to the sequence SELECT SQL construction.
-