This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.


Package javax.sql.rowset.serial

Class Summary
SerialArray A serialized version of an Array object, which is the mapping in the Java programming language of an SQL ARRAY value.
SerialBlob A serialized mapping in the Java programming language of an SQL BLOB value.
SerialClob A serialized mapping in the Java programming language of an SQL CLOB value.
SerialDatalink A serialized 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 serialized mapping of a Ref object, which is the mapping in the Java programming language of an SQL REF value.
SerialStruct A serialized 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
 



This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.
This page displays the Jadeite version of the documention, which is derived from the offical documentation that contains this copyright notice:
Copyright 2008 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
The official Sun™ documentation can be found here at http://java.sun.com/javase/6/docs/api/.