Class com.ibm.commerce.config.components. DB2

 
Removed Methods
boolean  grantPrivileges ()  
void  removeCreateDBStatements (String) Removes the create db statements in the mycreatedb script so that it only creates the schema
boolean  serviceDB ()  
   
Changed Methods
boolean  createDB () Change in return type from void to boolean.
Method was locally defined, but is now inherited from DBMS .
Creates the schema in the database
boolean  populateDB () Method was locally defined, but is now inherited from DBMS . Populates the database with bootstrap data
boolean  populateNLDB (Vector) Method was locally defined, but is now inherited from DBMS . Populates the database with NL bootstrap data
boolean  updatePassword (String, String, String) Change in signature from String to (String, String, String).
 
 
Removed Fields
String  DB2_APP_DRIVER_400  
   
Changed Fields
String  strJDBCDriver Field was locally defined, but is now inherited from DBMS .  
String  strURL Field was locally defined, but is now inherited from DBMS .