Searched refs:RowSetInternal (Results 1 - 3 of 3) sorted by relevance

/libcore/luni/src/main/java/javax/sql/
H A DRowSetReader.java35 * must itself implement the {@code RowSetInternal} interface and the
49 * implemented the {@code RowSetInternal} interface.
53 * @see RowSetInternal
55 public void readData(RowSetInternal theCaller) throws SQLException;
H A DRowSetWriter.java30 * implement the {@code RowSetInternal} interface.
37 * @see RowSetInternal
48 * <li>it must implement the {@code RowSetInternal} interface,</li>
57 public boolean writeData(RowSetInternal theRowSet) throws SQLException;
H A DRowSetInternal.java29 public interface RowSetInternal { interface

Completed in 2224 milliseconds