Package com.basis.plugin
Class SQLOpenPlugin
java.lang.Object
com.basis.plugin.SQLOpenPlugin
- All Implemented Interfaces:
com.basis.startup.type.plugin.BBjFileOpenPlugin
public class SQLOpenPlugin
extends Object
implements com.basis.startup.type.plugin.BBjFileOpenPlugin
This is the interface used to open an SQL plugin.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SQLOpenPlugin
public SQLOpenPlugin()
-
-
Method Details
-
open
public com.basis.startup.type.plugin.BBjFilePlugin open(String p_name, Map p_modes, com.basis.startup.type.plugin.BaseBBjPluginEnv p_env) throws com.basis.startup.type.BBjException Open an SQL plugin given a String name and a Map of modes. This method should either return an instance of an SQLPlugin or throw aBBjException
.- Specified by:
open
in interfacecom.basis.startup.type.plugin.BBjFileOpenPlugin
- Parameters:
p_name
- File name from the BBjOPEN
verb. This is the string after the parens in theOPEN
.p_modes
- Mode Map. This is the string value of themode=
in theOPEN
parsed into name/value pairs.- Returns:
- SQLPlugin instance to use in the opened channel.
- Throws:
com.basis.startup.type.BBjException
- if a problem occurs.
-