KickJava   Java API By Example, From Geeks To Geeks.

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

javax.sql.rowset.serial
Class SerialStruct

java.lang.Object
  extended by javax.sql.rowset.serial.SerialStruct
All Implemented Interfaces:
Serializable, Cloneable, Struct

public Object[] getAttributes()
                       throws SerialException
See Also:
Struct
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Object[] getAttributes(Map<String,Class<?>> map)
                       throws SerialException
See Also:
Struct
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getSQLTypeName()
                      throws SerialException
See Also:
Struct
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public SerialStruct(SQLData in,
                    Map<String,Class<?>> map)
             throws SerialException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public SerialStruct(Struct in,
                    Map<String,Class<?>> map)
             throws SerialException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags