Uses of Interface
org.sqlproc.engine.plugin.SqlIdentityPlugin
-
Packages that use SqlIdentityPlugin Package Description org.sqlproc.engine.plugin The plugins are used to alter the behavior of the SQL Processor. -
-
Uses of SqlIdentityPlugin in org.sqlproc.engine.plugin
Classes in org.sqlproc.engine.plugin that implement SqlIdentityPlugin Modifier and Type Class Description classDefaultSqlPluginsThe SQL Processor plugins standard implementation.Fields in org.sqlproc.engine.plugin declared as SqlIdentityPlugin Modifier and Type Field Description private SqlIdentityPluginSimpleSqlPluginFactory. sqlIdentityPluginThe SQL Processor plugin devoted to the identity SELECT SQL construction.Methods in org.sqlproc.engine.plugin that return SqlIdentityPlugin Modifier and Type Method Description SqlIdentityPluginSimpleSqlPluginFactory. getSqlIdentityPlugin()Returns the SQL Processor plugin devoted to the identity SELECT SQL construction.SqlIdentityPluginSqlPluginFactory. getSqlIdentityPlugin()Returns the SQL Processor plugin devoted to the identity SELECT SQL construction.Methods in org.sqlproc.engine.plugin with parameters of type SqlIdentityPlugin Modifier and Type Method Description voidSimpleSqlPluginFactory. setSqlIdentityPlugin(SqlIdentityPlugin sqlIdentityPlugin)Sets the SQL Processor plugin devoted to the identity SELECT SQL construction.
-