KickJava   Java API By Example, From Geeks To Geeks.

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

javax.sql.rowset.serial
Class SQLOutputImpl

java.lang.Object
  extended by javax.sql.rowset.serial.SQLOutputImpl
All Implemented Interfaces:
SQLOutput

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


public void writeArray(Array x)
                throws SQLException
See Also:
SQLOutput
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void writeAsciiStream(InputStream x)
                      throws SQLException
See Also:
SQLOutput
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void writeBigDecimal(BigDecimal x)
                     throws SQLException
See Also:
SQLOutput
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void writeBinaryStream(InputStream x)
                       throws SQLException
See Also:
SQLOutput
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void writeBlob(Blob x)
               throws SQLException
See Also:
SQLOutput
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void writeBoolean(boolean x)
                  throws SQLException
See Also:
SQLOutput
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void writeByte(byte x)
               throws SQLException
See Also:
SQLOutput
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


public void writeCharacterStream(Reader x)
                          throws SQLException
See Also:
SQLOutput
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void writeClob(Clob x)
               throws SQLException
See Also:
SQLOutput
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void writeDate(Date x)
               throws SQLException
See Also:
SQLOutput
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void writeDouble(double x)
                 throws SQLException
See Also:
SQLOutput
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void writeFloat(float x)
                throws SQLException
See Also:
SQLOutput
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void writeInt(int x)
              throws SQLException
See Also:
SQLOutput
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void writeLong(long x)
               throws SQLException
See Also:
SQLOutput
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void writeObject(SQLData x)
                 throws SQLException
See Also:
SQLOutput
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void writeRef(Ref x)
              throws SQLException
See Also:
SQLOutput
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void writeShort(short x)
                throws SQLException
See Also:
SQLOutput
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void writeString(String x)
                 throws SQLException
See Also:
SQLOutput
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void writeStruct(Struct x)
                 throws SQLException
See Also:
SQLOutput
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void writeTime(Time x)
               throws SQLException
See Also:
SQLOutput
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void writeTimestamp(Timestamp x)
                    throws SQLException
See Also:
SQLOutput
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void writeURL(URL url)
              throws SQLException
See Also:
SQLOutput
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags