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

/openjdk7/jdk/src/share/classes/javax/sql/rowset/serial/
H A DSQLInputImpl.java36 * An <code>SQLInputImpl</code> object is an input stream that contains a
42 * <code>SQLInputImpl</code> methods directly. They are provided here as a
45 * The <code>SQLInputImpl</code> class provides a set of
48 * <code>SQLInputImpl</code> object.
56 * creates an instance of <code>SQLInputImpl</code>, populating it with the
59 * calls the <code>SQLInputImpl</code> reader methods
63 public class SQLInputImpl implements SQLInput { class in inherits:SQLInput
73 * that will be read from this <code>SQLInputImpl</code> object and
98 * Creates an <code>SQLInputImpl</code> object initialized with the
118 public SQLInputImpl(Objec method in class:SQLInputImpl
[all...]
/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/
H A DCachedRowSetWriter.java36 import javax.sql.rowset.serial.SQLInputImpl;
592 SQLInputImpl sqlInput = new SQLInputImpl(attribs, map);
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DCachedRowSetImpl.java2977 SQLInputImpl sqlInput = new SQLInputImpl(attribs, map);
5728 SQLInputImpl sqlInput = new SQLInputImpl(attribs, map);

Completed in 1746 milliseconds