API Overview API Index Direct link to this page
JDK 1.6
  Package: javax.sql.rowset.serial
Author(s)
Since
Version
Serial
Description
  Provides utility classes to allow serializable mappings between SQL types and data types in the Java programming language.
See also:   
SerialArray View Source A serialized version of an Array object, which is the mapping in the Java programming language of an SQL ARRAY value.
SerialBlob View Source A serialized mapping in the Java programming language of an SQL BLOB value.
SerialClob View Source A serialized mapping in the Java programming language of an SQL CLOB value.
SerialDatalink View Source A serialized mapping in the Java programming language of an SQL DATALINK value.
SerialException View Source Indicates and an error with the serialization or de-serialization of SQL types such as BLOB, CLOB, STRUCT or ARRAY in addition to SQL types such as DATALINK and JAVAOBJECT
SerialJavaObject View Source A serializable mapping in the Java programming language of an SQL JAVA_OBJECT value.
SerialRef View Source A serialized mapping of a Ref object, which is the mapping in the Java programming language of an SQL REF value.
SerialStruct View Source A serialized mapping in the Java programming language of an SQL structured type.
SQLInputImpl View Source An input stream used for custom mapping user-defined types (UDTs).
SQLOutputImpl View Source The output stream for writing the attributes of a custom-mapped user-defined type (UDT) back to the database.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar