../
|
tools/
|
53
(15 years ago)
by duarte:
Fixed a bug with setKeyDb method, was not actually working:
as well as setting the MASTERDB string needed to change connection to master database to point to new db!
From now on take care if setKeyDb is used in another class. It will open another master connection, thus master connection won't be always the same during the run of the program
|
testGraph2Pml.java
|
50
(15 years ago)
by filippis:
More examples added and the current ones modified according to Graph2Pml changes
|
testClusterConnection.java
|
36
(15 years ago)
by duarte:
Now using constructor without key and createStatement with key, since createStatement without key is not allowed anymore (is now private)
|
testPymolServer.java
|
24
(15 years ago)
by stehr:
moved executables (classes with main function) to root directory
|
makeNbhTbl.java
|
24
(15 years ago)
by stehr:
moved executables (classes with main function) to root directory
|