Package javax.sql.rowset.serial

Class Summary
SerialArray A serializable mapping in the Java programming language of an SQL ARRAY value.
SerialBlob A serializable mapping in the Java programming language of an SQL BLOB value.
SerialClob A serializable mapping in the Java programming language of an SQL CLOB value.
SerialDatalink A serializable mapping in the Java programming language of an SQL DATALINK value.
SerialJavaObject A serializable mapping in the Java programming language of an SQL JAVA_OBJECT value.
SerialRef A serializable mapping between the SQL REF type and the Java programming language.
SerialStruct A serializable mapping in the Java programming language of an SQL structured type.
SQLInputImpl An input stream used for custom mapping user-defined types (UDTs).
SQLOutputImpl The output stream for writing the attributes of a custom-mapped user-defined type (UDT) back to the database.
 

Exception Summary
SerialException 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