JavaTM 2 Platform
Standard Ed. 6

类 java.sql.RowIdLifetime
的使用

使用 RowIdLifetime 的软件包
java.sql 提供使用 JavaTM 编程语言访问并处理存储在数据源(通常是一个关系数据库)中的数据的 API。 
 

java.sqlRowIdLifetime 的使用
 

返回 RowIdLifetimejava.sql 中的方法
 RowIdLifetime DatabaseMetaData.getRowIdLifetime()
          指示此数据源是否支持 SQL ROWID 类型,如果支持,则 RowId 对象在该类型的生存期内持续有效。
static RowIdLifetime RowIdLifetime.valueOf(String name)
          返回带有指定名称的该类型的枚举常量。
static RowIdLifetime[] RowIdLifetime.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 


JavaTM 2 Platform
Standard Ed. 6

提交错误或意见

版权所有 2008 Sun Microsystems, Inc. 保留所有权利。请遵守GNU General Public License, version 2 only