扩展阅读
当前位置: 编程语言>java/jsp
java命名空间java.sql接口clob的类成员方法: getcharacterstream定义及介绍
发布时间:2014-2-17
本文导语:
getcharacterstream
reader getcharacterstream(long pos,
long length)
throws sqlexception
返回包含部分 clob 值的 reader 对象,该值从 pos 指定的字符开始,长度为 length 个字符。
参数:pos - 将获取的部分值...