-
Notifications
You must be signed in to change notification settings - Fork 465
Implement JDBC 4.1 getObject #6
Copy link
Copy link
Closed
Labels
EnhancementAn enhancement to the driver. Lower priority than bugs.An enhancement to the driver. Lower priority than bugs.
Description
The driver currently lacks critical JDBC 4.1 methods. Most notably:
- ResultSet#getObject(int,Class)
- ResultSet#getObject(String,Class)
- CallableStatement#getObject(int,Class)
- CallableStatement#getObject(String,Class)
These limitations make it impossible to retrieve Java 8 Date and Time API data types.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
EnhancementAn enhancement to the driver. Lower priority than bugs.An enhancement to the driver. Lower priority than bugs.