Searched defs:SQLInputImpl (Results 1 - 1 of 1) 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...]

Completed in 45 milliseconds