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.
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. |
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:
The official Sun™ documentation can be found here at
http://java.sun.com/javase/6/docs/api/.