|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.webdocwf.util.loader.generator.JdbcParameters
JdbcParameters class sets the value of jdbc drivers, which can be used in Octopus.
Constructor Summary | |
JdbcParameters(java.lang.String destination,
InputParameters generatorParameters)
|
Method Summary | |
java.util.Hashtable |
getAllParameters()
This method read the all jdbc parameters. |
java.lang.String |
getDbVendor()
This method read the value of dbVendor parameter. |
java.lang.String |
getDriverName()
This method read the value of driverName parameter. |
java.lang.String |
getJdbcParameters(java.lang.String key)
This method read the value od jdbc parameters |
void |
setConnection(java.lang.String _connection)
This method sets the value of strConnection parameter. |
void |
setDbVendor(java.lang.String db_VendorName)
This method sets the value of dbVendor parameter. |
void |
setDriverClassName(java.lang.String driver_ClassName)
This method sets the value of strDriverClassName parameter. |
void |
setDriverName(java.lang.String driver_Name)
This method sets the value of driverName parameter. |
void |
setJdbcParameters(java.lang.String key,
java.lang.String value)
This method sets the par (value, key) of jdbc parameters. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JdbcParameters(java.lang.String destination, InputParameters generatorParameters) throws LoaderException
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 jar
file.generatorParameters
- represents the references to InputParameter object.
LoaderException
Method Detail |
public void setJdbcParameters(java.lang.String key, java.lang.String value)
key
- is the first jdbc parameter.value
- is the second jdbc parameter.public java.lang.String getJdbcParameters(java.lang.String key)
key
- is the first jdbc parameter.
public java.util.Hashtable getAllParameters()
public void setDbVendor(java.lang.String db_VendorName)
db_VendorName
- is value of parameter.public java.lang.String getDbVendor()
public void setDriverName(java.lang.String driver_Name)
driver_Name
- is value of parameter.public java.lang.String getDriverName()
public void setDriverClassName(java.lang.String driver_ClassName)
driver_ClassName
- is value of the parameter.public void setConnection(java.lang.String _connection)
_connection
- is the value of the parameter.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |