How intelligent is getDate(), getDouble(), etc.?
843854Mar 17 2002 — edited Dec 24 2002If I call getDate() will the underlying data be converted to a Date? I mean if the underlying data is really a Time field will it still return a Date (since they can also represent time)?
Or if I call a getDouble() on an int or float column will it return a double of the value - or will it raise an exception?