扩展阅读
当前位置: 编程语言>java/jsp
java命名空间java.sql接口resultset的类成员方法: getconcurrency定义及介绍
发布时间:2014-2-17
本文导语:
getconcurrency
int getconcurrency()
throws sqlexception
获取此 resultset 对象的并发模式。使用的并发由创建结果集的 statement 对象确定。
返回:并发类型,resultset.concur_read_only 或 resultset.concur_updatable
抛出:
sqlexception - 如...