扩展阅读
当前位置: 编程语言>java/jsp
java命名空间java.sql接口statement的类成员方法: getresultsetholdability定义及介绍
发布时间:2014-2-17
本文导语:
getresultsetholdability
int getresultsetholdability()
throws sqlexception
获取此 statement 对象生成的 resultset 对象的结果集合可保存性。
返回:resultset.hold_cursors_over_commit 或 resultset.close_cursors_at_commit
抛出:
sqlexception - ...