public final enum

RowIdLifetime

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ java.sql.RowIdLifetime

Class Overview

An enumeration to describe the life-time of RowID.

Summary

Public Methods
static RowIdLifetime valueOf(String name)
final static RowIdLifetime[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Public Methods

public static RowIdLifetime valueOf (String name)

Since: API Level 9

public static final RowIdLifetime[] values ()

Since: API Level 9