Searched defs:relative (Results 1 - 4 of 4) sorted by relevance

/glassfish-3.1.2/tests/quicklook/admin/src/test/admin/
H A DJdbcConnectionPoolTests.java63 @Parameters({"resources.xml.relative.path"})
65 public void setupEnvironment(String relative) { argument
67 path = new File(cwd, relative);
/glassfish-3.1.2/jdbc/jdbc-ra/jdbc-core/src/main/java/com/sun/gjc/spi/base/
H A DResultSetWrapper.java1062 * Moves the cursor a relative number of rows, either positive or negative.
1065 * the first/last row. Calling <code>relative(0)</code> is valid, but does
1068 * <p>Note: Calling the method <code>relative(1)</code>
1070 * calling the method <code>relative(-1)</code> is identical
1083 public boolean relative(int rows) throws SQLException { method in class:ResultSetWrapper
1084 return resultSet.relative(rows);
/glassfish-3.1.2/jdbc/jdbc-ra/jdbc30/
H A Djdbc30.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/sql/ javax/sql/ConnectionEventListener.class ConnectionEventListener. ...
/glassfish-3.1.2/jdbc/jdbc-ra/jdbc40/
H A Djdbc40.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/sql/ javax/sql/StatementEvent.class StatementEvent. ...

Completed in 4128 milliseconds