Skip to content

Commit

Permalink
0002664: Misc performance improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Jul 12, 2016
1 parent 1f9a085 commit 65c4f7d
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -518,6 +518,7 @@ public static String lookupColumnName(ResultSetMetaData resultSetMetaData, int c
return name;
}

@Deprecated
public static Object getResultSetValue(ResultSet rs, int index, boolean readStringsAsBytes) throws SQLException {
return getResultSetValue(rs, null, index, readStringsAsBytes);
}
Expand Down

0 comments on commit 65c4f7d

Please sign in to comment.