Searched refs:TYPE_SCROLL_INSENSITIVE (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/
H A DCachedRowSetReader.java205 pstmt = con.prepareStatement(crs.getCommand(),ResultSet.TYPE_SCROLL_INSENSITIVE,ResultSet.CONCUR_UPDATABLE);
/openjdk7/jdk/src/share/classes/javax/sql/rowset/
H A DBaseRowSet.java405 * <code>TYPE_SCROLL_INSENSITIVE</code>, or
409 private int rowSetType = ResultSet.TYPE_SCROLL_INSENSITIVE;
933 * The default type is <code>ResultSet.TYPE_SCROLL_INSENSITIVE</code>.
937 * <code>ResultSet.TYPE_SCROLL_INSENSITIVE</code>, or
942 * <code>ResultSet.TYPE_SCROLL_INSENSITIVE</code>
950 (type != ResultSet.TYPE_SCROLL_INSENSITIVE) &&
953 "ResultSet.TYPE_FORWARD_ONLY or ResultSet.TYPE_SCROLL_INSENSITIVE " +
964 * type. The default is <code>TYPE_SCROLL_INSENSITIVE</code>.
969 * <code>ResultSet.TYPE_SCROLL_INSENSITIVE</code>, or
/openjdk7/jdk/src/share/classes/java/sql/
H A DResultSet.java58 * ResultSet.TYPE_SCROLL_INSENSITIVE,
1378 int TYPE_SCROLL_INSENSITIVE = 1004; field in interface:ResultSet
1394 * <code>ResultSet.TYPE_SCROLL_INSENSITIVE</code>,
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DJdbcRowSetImpl.java199 setType(ResultSet.TYPE_SCROLL_INSENSITIVE);
682 ps = conn.prepareStatement(getCommand(),ResultSet.TYPE_SCROLL_INSENSITIVE,ResultSet.CONCUR_UPDATABLE);
4141 setType(ResultSet.TYPE_SCROLL_INSENSITIVE);
4500 * The default type is <code>ResultSet.TYPE_SCROLL_INSENSITIVE</code>.
4504 * <code>ResultSet.TYPE_SCROLL_INSENSITIVE</code>, or
4509 * <code>ResultSet.TYPE_SCROLL_INSENSITIVE</code>
H A DCachedRowSetImpl.java333 * rowSetType = ResultSet.TYPE_SCROLL_INSENSITIVE
399 * rowSetType = ResultSet.TYPE_SCROLL_INSENSITIVE
513 setType(ResultSet.TYPE_SCROLL_INSENSITIVE);

Completed in 7264 milliseconds