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

SQL Anywhere 11.0.1 (中文) » UltraLiteJ » UltraLiteJ 参考 » UltraLiteJ API 参考 » CollectionOfValueReaders 接口

 

getBlobInputStream 方法

返回 InputStream。

语法
java.io.InputStream CollectionOfValueReaders.getBlobInputStream(
  int ordinal
) throws ULjException
参数
  • ordinal   以 1 为基数的整数,表示 SQL 语句中排序的列编号。

返回值

指定值的 InputStream 表示。