setBinaryStream() - Advanced SQL Engine - Teradata Database

SQL External Routine Programming

Product
Advanced SQL Engine
Teradata Database
Release Number
17.05
17.00
Published
June 2020
Language
English (United States)
Last Update
2021-01-24
dita:mapPath
qwr1571437338192.ditamap
dita:ditavalPath
lze1555437562152.ditaval
dita:id
B035-1147
lifecycle
previous
Product Category
Teradata Vantage™

Purpose

Retrieves a stream that can be used to write the XML value that this SQLXML instance represents.

Syntax

OutputStream setBinaryStream()
                throws SQLException

Return Value

A stream to which data can be written.

The stream begins at position 0. The bytes of the stream are interpreted according to the XML 1.0 specification.

Usage Notes

The behavior of this method is the same as ResultSet.updateBinaryStream() when the designated column of the ResultSet has a type java.sql.Types of SQLXML.

The SQL XML object becomes not writeable when this method is called and may also become unreadable depending on the implementation.

Exceptions

Throws SQLException if there is an error processing the XML value. An exception is thrown if the state is not writable.

A database specific code “9752 (ERRUDFJAVAXML) <Error processing XML value in setBinaryStream>” is returned.