Generated object from imported tables
Brought to you by:
taweili
When a table is imported the method makeObject assume
that fields are in alphabetic order. I thing, it is
better to user ResultSet.getXXX("Column name") in
place of ResultSet.getXXX("column number").