Uses of Interface
org.sqlproc.engine.plugin.SqlExecutionPlugin
-
Packages that use SqlExecutionPlugin Package Description org.sqlproc.engine.plugin The plugins are used to alter the behavior of the SQL Processor. -
-
Uses of SqlExecutionPlugin in org.sqlproc.engine.plugin
Classes in org.sqlproc.engine.plugin that implement SqlExecutionPlugin Modifier and Type Class Description class
DefaultSqlPlugins
The SQL Processor plugins standard implementation.Fields in org.sqlproc.engine.plugin declared as SqlExecutionPlugin Modifier and Type Field Description private SqlExecutionPlugin
SimpleSqlPluginFactory. sqlExecutionPlugin
The SQL Processor plugin devoted to possible SQL query/command modification just before it is executed.Methods in org.sqlproc.engine.plugin that return SqlExecutionPlugin Modifier and Type Method Description SqlExecutionPlugin
SimpleSqlPluginFactory. getSqlExecutionPlugin()
Returns the SQL Processor plugin devoted to possible SQL query/command modification just before it is executed.SqlExecutionPlugin
SqlPluginFactory. getSqlExecutionPlugin()
Returns the SQL Processor plugin devoted to possible SQL query/command modification just before it is executed.Methods in org.sqlproc.engine.plugin with parameters of type SqlExecutionPlugin Modifier and Type Method Description void
SimpleSqlPluginFactory. setSqlExecutionPlugin(SqlExecutionPlugin sqlExecutionPlugin)
Sets the SQL Processor plugin devoted to possible SQL query/command modification just before it is executed
-