Changed Methods |
void setFetchSize(int )
|
Documentation changed from old to new. |
Gives the JDBC driver a hint as to the number of rows that should be fetched from the database when more rows are needed for this ResultSet object. |
Object getObject(int )
|
Documentation changed from old to new. |
Gets the value of the designated column in the current row of this ResultSet object as an Object in the Java programming language. |
Object getObject(String )
|
Documentation changed from old to new. |
Gets the value of the designated column in the current row of this ResultSet object as an Object in the Java programming language. |