Casper Bang wrote: >> I'm not sure what you mean. There are no annotations in JavaFX >> > Sorry, from an earlier entry I inferred that there were >> It's enough to drive one absolutely batty. >> > So is JDBC's index-by-1 nature in bind variables. > Agreed! Everything else in Java is index-by-0, why should the JDBC API be different?
That said, most everyone has experienced index-by-1 and can deal with that in a system integration API like JDBC. The many hoops one has to jump through just to do a logical "setDouble(NaN)" or to set a null are amazing -- and all undocumented at a JDBC level except for the need for the 2 and 3 argument versions of setNull(), which just seem silly (null is null -- no data type or type name needed). -- Jess Holle --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/javaposse?hl=en -~----------~----~----~----~------~----~------~--~---
