Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.0 » UltraLiteJ » UltraLiteJ Reference » UltraLiteJ API reference » CollectionOfValueWriters interface

 

getBlobOutputStream function

Returns an OutputStream.

Syntax
java.io.OutputStream CollectionOfValueWriters.getBlobOutputStream(
  int ordinal
) throws ULjException
Parameters
  • ordinal   A base-one integer representing the column number as ordered in the SQL statement.

Returns

The OutputStream for the named value.