Changed
Methods
|
boolean
checkDBExist
()
|
Method was inherited from
DB2
, but is now defined locally. |
OS400 version of checkDBExist it does the following:
0. |
boolean
createDB
()
|
Change in return type from void to
boolean .
Method was inherited from
DB2
, but is now defined locally. |
Creates the schema in the database |
Vector
getCommands
(String )
|
Method was inherited from
DB2
, but is now defined locally. |
|
String
getSupportedLang
()
|
Method was inherited from
DB2
, but is now defined locally. |
get the supported languages after populating the database with
the NL scripts |
void
modifyMassLoaderProperties
()
|
Method was inherited from
DBMS
, but is now defined locally. |
modify MassLoader properties such that log files get written
to the logs directory |
boolean
populateDB
()
|
Method was inherited from
DB2
, but is now defined locally. |
Populates the database with bootstrap data |
boolean
populateNLDB
(Vector )
|
Method was inherited from
DB2
, but is now defined locally. |
Populates the database with NL bootstrap data |
boolean
updatePassword
(String,
String, String)
|
Change in signature from String to
(String, String, String ).
|
|