|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||