Skip to Main Content

Java Database Connectivity (JDBC)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How intelligent is getDate(), getDouble(), etc.?

843854Mar 17 2002 — edited Dec 24 2002
If 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?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 21 2003
Added on Mar 17 2002
6 comments
108 views