pgsql/src/interfaces/jdbc/org/postgresql/jdbc2 (ResultSet.java)

Поиск
Список
Период
Сортировка
Искать

pgsql/src/interfaces/jdbc/org/postgresql/jdbc2 (ResultSet.java)

От:
Bruce Momjian - CVS <momjian>
Дата:
  Date: Friday, June  9, 2000 @ 13:27:57
Author: momjian

Update of /home/projects/pgsql/cvsroot/pgsql/src/interfaces/jdbc/org/postgresql/jdbc2
     from hub.org:/home/projects/pgsql/tmp/cvs-serv9969/pgsql/src/interfaces/jdbc/org/postgresql/jdbc2

Modified Files:
	ResultSet.java 

-----------------------------  Log Message  -----------------------------

This patch fixes the 0-based/1-based result set indexing problem for
absolute.  It also makes it more compliant with the interface
specification in Sun's documentation;

1. absolute(0) should throw an exception.
2. absolute(>num-records) should set the current row to after the last
record in addition to returning false.
3. absolute(
FAQ