getCharacterStream 方法 (long, long) (SQLServerNClob)

下载 JDBC 驱动程序

检索具有指定位置和长度且作为 Reader 对象或字符流的 NCLOB 数据。

语法

  
public java.io.Reader getCharacterStream(long pos,  
                                  long length)  

参数

pos

指示与要检索的部分值的第一个字符之间偏移量的 long 值

length

指示要检索的部分值的字符长度的 long

返回值

包含 NCLOB 数据的 Reader 对象。

例外

SQLServerException

备注

此 getCharacterStream 方法是由 java.sql.NClob 接口中的 getCharacterStream 方法指定的。

另请参阅

getCharacterStream 方法 (SQLServerNClob)
SQLServerNClob 方法
SQLServerNClob 成员
SQLServerNClob 类