扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.sql.rowset.serial类sqloutputimpl的类成员方法: writebinarystream定义及介绍
发布时间:2014-2-18
本文导语:
writebinarystream
public void writebinarystream(inputstream x)
throws sqlexception
将未解释字节流写入此 sqloutputimpl 对象。
指定者:接口 sqloutput 中的 writebinarystream
参数:x - 要传递到数据库的值
抛出:
sqlexception - 如果尝...