Searched defs:absolute (Results 1 - 3 of 3) sorted by relevance
/glassfish-3.1.2/jdbc/jdbc-ra/jdbc-core/src/main/java/com/sun/gjc/spi/base/ | ||
H A D | ResultSetWrapper.java | 1033 * an absolute row position with respect to 1035 * <code>absolute(-1)</code> positions the 1036 * cursor on the last row; calling the method <code>absolute(-2)</code> 1043 * <p><B>Note:</B> Calling <code>absolute(1)</code> is the same 1044 * as calling <code>first()</code>. Calling <code>absolute(-1)</code> 1057 public boolean absolute(int row) throws SQLException { method in class:ResultSetWrapper 1058 return resultSet.absolute(row); |
/glassfish-3.1.2/jdbc/jdbc-ra/jdbc30/ | ||
H A D | jdbc30.jar | META-INF/ META-INF/MANIFEST.MF javax/ javax/sql/ javax/sql/ConnectionEventListener.class ConnectionEventListener. ... |
/glassfish-3.1.2/jdbc/jdbc-ra/jdbc40/ | ||
H A D | jdbc40.jar | META-INF/ META-INF/MANIFEST.MF javax/ javax/sql/ javax/sql/StatementEvent.class StatementEvent. ... |
Completed in 192 milliseconds