Searched defs:ResultSet (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/
H A DResultSet.java49 public class ResultSet { class
135 public ResultSet() { method in class:ResultSet
/openjdk7/jdk/src/share/classes/java/sql/
H A DResultSet.java37 * <P>A <code>ResultSet</code> object maintains a cursor pointing
41 * when there are no more rows in the <code>ResultSet</code> object,
45 * A default <code>ResultSet</code> object is not updatable and
49 * produce <code>ResultSet</code> objects that are scrollable and/or
53 * that is updatable. See <code>ResultSet</code> fields for other
58 * ResultSet.TYPE_SCROLL_INSENSITIVE,
59 * ResultSet.CONCUR_UPDATABLE);
60 * ResultSet rs = stmt.executeQuery("SELECT a, b FROM TABLE2");
65 * The <code>ResultSet</code> interface provides
78 * that can be used by the <code>ResultSet</cod
148 public interface ResultSet extends Wrapper, AutoCloseable { interface in inherits:Wrapper,AutoCloseable
[all...]

Completed in 24 milliseconds