扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.sql.rowset.serial类sqloutputimpl的类成员方法: writestruct定义及介绍
发布时间:2014-2-18
本文导语:
writestruct
public void writestruct(struct x)
throws sqlexception
将 java 编程语言中的 struct 对象写入此 sqloutputimpl 对象。在此值返回到数据库前,驱动程序将它转换成 sql 结构类型值。
在将 sql 结构类型被映射为 java 编程语言...