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 classDefaultSqlPluginsThe SQL Processor plugins standard implementation.Fields in org.sqlproc.engine.plugin declared as SqlFromToPlugin Modifier and Type Field Description private SqlFromToPluginSimpleSqlPluginFactory. sqlFromToPluginThe SQL Processor plugin devoted to the FROM-TO SQL construction.Methods in org.sqlproc.engine.plugin that return SqlFromToPlugin Modifier and Type Method Description SqlFromToPluginSimpleSqlPluginFactory. getSqlFromToPlugin()Returns the SQL Processor plugin devoted to the FROM-TO SQL construction.SqlFromToPluginSqlPluginFactory. 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 voidSimpleSqlPluginFactory. setSqlFromToPlugin(SqlFromToPlugin sqlFromToPlugin)Sets the SQL Processor plugin devoted to the FROM-TO SQL construction.
-