扩展阅读
当前位置: 编程语言>java/jsp
java命名空间java.sql接口databasemetadata的类成员方法: supportsresultsetholdability定义及介绍
发布时间:2014-2-17
本文导语:
supportsresultsetholdability
boolean supportsresultsetholdability(int holdability)
throws sqlexception
获取此数据库是否支持给定结果集可保存性。
参数:holdability - 以下常量之一:resultset.hold_cursors_over_commit 或 results...