扩展阅读
当前位置: 编程语言>java/jsp
java命名空间java.sql接口sqloutput的类成员方法: writecharacterstream定义及介绍
发布时间:2014-2-17
本文导语:
writecharacterstream
void writecharacterstream(reader x)
throws sqlexception
将下一个属性作为 unicode 字符的流写入流中。
参数:x - 传递给数据库的值
抛出:
sqlexception - 如果发生数据库访问错误
sqlfeaturenotsupportedexception -...