扩展阅读
当前位置: 编程语言>java/jsp
java命名空间java.sql接口resultset的类成员方法: updateshort定义及介绍
发布时间:2014-2-17
本文导语:
updateshort
void updateshort(int columnindex,
short x)
throws sqlexception
用 short 值更新指定列。更新方法用于更新当前行或插入行中的列值,并不会更新底层数据库;更新数据库要调用 updaterow 或 insertrow 方法。
...