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 classDefaultSqlPluginsThe SQL Processor plugins standard implementation.Fields in org.sqlproc.engine.plugin declared as SqlSequencePlugin Modifier and Type Field Description private SqlSequencePluginSimpleSqlPluginFactory. sqlSequencePluginThe SQL Processor plugin devoted to the sequence SELECT SQL construction.Methods in org.sqlproc.engine.plugin that return SqlSequencePlugin Modifier and Type Method Description SqlSequencePluginSimpleSqlPluginFactory. getSqlSequencePlugin()Returns the SQL Processor plugin devoted to the sequence SELECT SQL construction.SqlSequencePluginSqlPluginFactory. 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 voidSimpleSqlPluginFactory. setSqlSequencePlugin(SqlSequencePlugin sqlSequencePlugin)Sets the SQL Processor plugin devoted to the sequence SELECT SQL construction.
-