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