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

SQL Anywhere 11.0.1 (Français) » UltraLiteJ » UltraLiteJ Reference » UltraLiteJ API reference » CollectionOfValueReaders interface

 

getBlobInputStream method

Returns an InputStream.

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

Returns

The InputStream representation of the named value.