Does not work!!!
public Class getColumnClass(int c) {
try {
return getValueAt(0, c).getClass();
} catch (Exception e) {
System.out.println("(GenericTableModel)Fatal Error in method: getColumnClass(int " + c + ")\n");
e.printStackTrace();
return null;
}
}
2003-01-01 adding logging
2003-05-12 adapted compiling out of the GenerateTool
implemented a method to init generated code with
a t_connect object to save number of connections
2003-08-09 License change from GPL to LGPL
Export now is able to create xls-files
2004-10-07 added new CreateTable -> offers foreign-key-relationships
fixed bugs in: SqlMonitor -> desc is now possible
Import -> fixed connectionproblem
2007-01 Selection-tool integrated
2007-05 made it jar-safe