Uses of Interface
org.sqlproc.engine.plugin.SqlFromToPlugin
-
Packages that use SqlFromToPlugin Package Description org.sqlproc.engine.plugin The plugins are used to alter the behavior of the SQL Processor. -
-
Uses of SqlFromToPlugin in org.sqlproc.engine.plugin
Classes in org.sqlproc.engine.plugin that implement SqlFromToPlugin Modifier and Type Class Description class
DefaultSqlPlugins
The SQL Processor plugins standard implementation.Fields in org.sqlproc.engine.plugin declared as SqlFromToPlugin Modifier and Type Field Description private SqlFromToPlugin
SimpleSqlPluginFactory. sqlFromToPlugin
The SQL Processor plugin devoted to the FROM-TO SQL construction.Methods in org.sqlproc.engine.plugin that return SqlFromToPlugin Modifier and Type Method Description SqlFromToPlugin
SimpleSqlPluginFactory. getSqlFromToPlugin()
Returns the SQL Processor plugin devoted to the FROM-TO SQL construction.SqlFromToPlugin
SqlPluginFactory. getSqlFromToPlugin()
Returns the SQL Processor plugin devoted to the FROM-TO SQL construction.Methods in org.sqlproc.engine.plugin with parameters of type SqlFromToPlugin Modifier and Type Method Description void
SimpleSqlPluginFactory. setSqlFromToPlugin(SqlFromToPlugin sqlFromToPlugin)
Sets the SQL Processor plugin devoted to the FROM-TO SQL construction.
-