扩展阅读
当前位置: 编程语言>java/jsp
java命名空间java.sql接口connection的类成员方法: getholdability定义及介绍
发布时间:2014-2-17
本文导语:
getholdability
int getholdability()
throws sqlexception
获取使用此 connection 对象创建的 resultset 对象的当前可保存性。
返回:可保存性,它是 resultset.hold_cursors_over_commit 或 resultset.close_cursors_at_commit 之一
抛出:
sqlexception...