../
|
tools/
|
73
(18 years ago)
by duarte:
Got rid of keyColumn
Now key is directly the keyColumn name, e.g. key is asu_id not asu
This makes things less confusing and simpler.
We've done this following last commit of DataDistribution to also change the ways we deal with key/keyColumn.
Note that now the checkKeyCounts and checkDifferingKeys are using to get the keyTable name a ClusterConnection object and the new ClusterConnection method getTableOnNode
|
testPymolServer.java
|
24
(18 years ago)
by stehr:
moved executables (classes with main function) to root directory
|
makeNbhTbl.java
|
24
(18 years ago)
by stehr:
moved executables (classes with main function) to root directory
|
testClusterConnection.java
|
36
(18 years ago)
by duarte:
Now using constructor without key and createStatement with key, since createStatement without key is not allowed anymore (is now private)
|
testGraph2Pml.java
|
50
(18 years ago)
by filippis:
More examples added and the current ones modified according to Graph2Pml changes
|