扩展阅读
当前位置: 编程语言>java/jsp
java命名空间java.sql接口resultset的类成员方法: updatecharacterstream定义及介绍
发布时间:2014-2-17
本文导语:
updatecharacterstream
void updatecharacterstream(int columnindex,
reader x)
throws sqlexception
用字符流值更新指定的列。将根据需要从流中读取数据,一直读取到流末尾。
更新方法用于更新当前行或插...