| java.lang.Object org.webdocwf.util.loader.generator.JdbcParameters
JdbcParameters | public class JdbcParameters (Code) | | JdbcParameters class sets the value of jdbc drivers, which can be used in Octopus.
author: Radoslav Dutina version: 1.0 |
JdbcParameters | public JdbcParameters(String destination, InputParameters generatorParameters) throws LoaderException(Code) | | Parameters: destination - defines the type of the path. If destonation=absolute path is absolute,if destination=relative path is relative, and if destination=jar, application read from jarfile. Parameters: generatorParameters - represents the references to InputParameter object. throws: LoaderException - |
getAllParameters | public Hashtable getAllParameters()(Code) | | This method read the all jdbc parameters.
value of all jdbc parameters. |
getDbVendor | public String getDbVendor()(Code) | | This method read the value of dbVendor parameter.
value of parameter. |
getDriverName | public String getDriverName()(Code) | | This method read the value of driverName parameter.
value od parameter. |
getJdbcParameters | public String getJdbcParameters(String key)(Code) | | This method read the value od jdbc parameters
Parameters: key - is the first jdbc parameter. is the second jdbc parameter. |
setConnection | public void setConnection(String _connection)(Code) | | This method sets the value of strConnection parameter.
Parameters: _connection - is the value of the parameter. |
setDbVendor | public void setDbVendor(String db_VendorName)(Code) | | This method sets the value of dbVendor parameter.
Parameters: db_VendorName - is value of parameter. |
setDriverClassName | public void setDriverClassName(String driver_ClassName)(Code) | | This method sets the value of strDriverClassName parameter.
Parameters: driver_ClassName - is value of the parameter. |
setDriverName | public void setDriverName(String driver_Name)(Code) | | This method sets the value of driverName parameter.
Parameters: driver_Name - is value of parameter. |
setJdbcParameters | public void setJdbcParameters(String key, String value)(Code) | | This method sets the par (value, key) of jdbc parameters.
Parameters: key - is the first jdbc parameter. Parameters: value - is the second jdbc parameter. |
|
|