We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ea5159 commit 12f714dCopy full SHA for 12f714d
README.md
@@ -488,7 +488,6 @@ public class MyCustomDateTypeConverter {
488
489
/**
490
* Extracts the value of the field with the specified name as a custom type from the specified resultset.
491
- * is of type DATE you have to return either java.util.Date, java.sql.Date or java.sql.Timestamp.
492
*/
493
static public MyCustomDateType extractValue(ResultSet rs, String fieldName) throws SQLException {
494
String strValue = rs.getString(fieldName);
0 commit comments