KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > sql > rowset > serial > SQLInputImpl

javax.sql.rowset.serial
Class SQLInputImpl

java.lang.Object
  extended by javax.sql.rowset.serial.SQLInputImpl
All Implemented Interfaces:
SQLInput
See Also:
SQLData

public Array readArray()
                throws SQLException
See Also:
SQLInput
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public InputStream readAsciiStream()
                            throws SQLException
See Also:
SQLInput
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public BigDecimal readBigDecimal()
                          throws SQLException
See Also:
SQLInput
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public InputStream readBinaryStream()
                             throws SQLException
See Also:
SQLInput
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Blob readBlob()
              throws SQLException
See Also:
SQLInput
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean readBoolean()
                    throws SQLException
See Also:
SQLInput
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public byte readByte()
              throws SQLException
See Also:
SQLInput
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public byte[] readBytes()
                 throws SQLException
See Also:
SQLInput
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Reader readCharacterStream()
                           throws SQLException
See Also:
SQLInput
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Clob readClob()
              throws SQLException
See Also:
SQLInput
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Date readDate()
              throws SQLException
See Also:
SQLInput
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public double readDouble()
                  throws SQLException
See Also:
SQLInput
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public float readFloat()
                throws SQLException
See Also:
SQLInput
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int readInt()
            throws SQLException
See Also:
SQLInput
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public long readLong()
              throws SQLException
See Also:
SQLInput
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Object readObject()
                  throws SQLException
See Also:
SQLInput
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Ref readRef()
            throws SQLException
See Also:
SQLInput
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public short readShort()
                throws SQLException
See Also:
SQLInput
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String readString()
                  throws SQLException
See Also:
SQLInput
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Time readTime()
              throws SQLException
See Also:
SQLInput
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Timestamp readTimestamp()
                        throws SQLException
See Also:
SQLInput
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public URL readURL()
            throws SQLException
See Also:
SQLInput
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public SQLInputImpl(Object[] attributes,
                    Map<String,Class<?>> map)
             throws SQLException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean wasNull()
                throws SQLException
See Also:
SQLInput
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags