扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.sql.rowset.serial类serialblob的类成员方法: truncate定义及介绍
发布时间:2014-2-18
本文导语:
truncate
public void truncate(long length)
throws serialexception
截取此 blob 对象表示的 blob 值,使其长度为 len 个字节。
指定者:接口 blob 中的 truncate
参数:length - 此 blob 对象表示的 blob 值截取后的长度(以字节为单位)
抛...