| 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. |