扩展阅读
当前位置: 编程语言>java/jsp
java命名空间java.sql接口resultset的类成员方法: getholdability定义及介绍
发布时间:2014-2-17
本文导语:
getholdability
int getholdability()
throws sqlexception
获取此 resultset 对象的可保存性
返回:resultset.hold_cursors_over_commit 或 resultset.close_cursors_at_commit
抛出:
sqlexception - 如果发生数据库访问错误或在已关闭的结果集上调...