mysql
Class HistorySql.GridFix

java.lang.Object
  extended by mysql.HistorySql.GridFix
Enclosing class:
HistorySql

public static class HistorySql.GridFix
extends Object

Fixes wrong enries entered between 2008-10-17 15:28:30 and 2008-12-18 08:55:47, when the done table was writtn to early due to GRID timeline visibilities. The last wrong entry is object='20081218-0087'. This one is promoted to '20081218-0088'. Then, the next entry in object is replaced with the object id of the one just updated (20081218-0086 -> 20081218-0087 etc.), until the last entry is reached.


Constructor Summary
HistorySql.GridFix()
           
 
Method Summary
static void main(String[] arg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HistorySql.GridFix

public HistorySql.GridFix()
Method Detail

main

public static void main(String[] arg)
                 throws SQLException,
                        ConnectException
Throws:
SQLException
ConnectException