java.lang.Object javax.sql.rowset.serial.SQLInputImpl
SQLData
public Array readArray() throws SQLException
public InputStream readAsciiStream() throws SQLException
public BigDecimal readBigDecimal() throws SQLException
public InputStream readBinaryStream() throws SQLException
public Blob readBlob() throws SQLException
public boolean readBoolean() throws SQLException
public byte readByte() throws SQLException
public byte[] readBytes() throws SQLException
public Reader readCharacterStream() throws SQLException
public Clob readClob() throws SQLException
public Date readDate() throws SQLException
public double readDouble() throws SQLException
public float readFloat() throws SQLException
public int readInt() throws SQLException
public long readLong() throws SQLException
public Object readObject() throws SQLException
public Ref readRef() throws SQLException
public short readShort() throws SQLException
public String readString() throws SQLException
public Time readTime() throws SQLException
public Timestamp readTimestamp() throws SQLException
public URL readURL() throws SQLException
public SQLInputImpl(Object[] attributes, Map<String,Class<?>> map) throws SQLException
public boolean wasNull() throws SQLException