convertResultSetObject(ResultSet dbResultSet, int i, Field f) Return object number i of the current ResultSet row and convert it as
needed by the backend specific implementation.
Return object number i of the current ResultSet row and convert it as
needed by the backend specific implementation.
Parameters: dbResultSet - the database backend ResultSet Parameters: i - the ResultSet column number (starting at 1, SQL counting style) Parameters: f - column metadata the converted object throws: SQLException - if an error occurs