- theObject
- the SQLData object to write.
Type Reason Java.Sql.SQLException if a database error occurs.
Write an SQLData object into the output stream.
If the SQLData object is null, writes NULL to the stream.
Otherwise, calls the SQLData.writeSQL method of the object, which writes the object's attributes to the stream by calling the appropriate SQLOutput writer methods for each attribute, in order. The order of the attributes is the order they are listed in the SQL definition of the User Defined Type.