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