getBinaryStream 方法 (SQLServerCallableStatement)

下载 JDBC 驱动程序

检索指定参数的值作为未解释字节二进制流。

重载列表

名称 说明
getBinaryStream (int) 根据给定的参数索引检索指定参数的值作为无中断字节的二进制流。
getBinaryStream (java.lang.String) 根据给定的参数名称检索指定参数的值作为无中断字节的二进制流。

另请参阅

SQLServerCallableStatement 成员
SQLServerCallableStatement 类