Uses of Class
org.sqlproc.engine.plugin.SimpleSqlPluginFactory
-
Packages that use SimpleSqlPluginFactory Package Description org.sqlproc.engine.plugin The plugins are used to alter the behavior of the SQL Processor. -
-
Uses of SimpleSqlPluginFactory in org.sqlproc.engine.plugin
Fields in org.sqlproc.engine.plugin declared as SimpleSqlPluginFactory Modifier and Type Field Description private static SimpleSqlPluginFactory
SimpleSqlPluginFactory. factory
The private static instance of this factory.Methods in org.sqlproc.engine.plugin that return SimpleSqlPluginFactory Modifier and Type Method Description static SimpleSqlPluginFactory
SimpleSqlPluginFactory. getInstance()
The main method to obtain the singleton instance of this factory.
-