Uses of Enum Class
java.sql.RowIdLifetime
Packages that useRowIdLifetime
Package
Description
Provides the API for accessing and processing data stored in a data source (usually a relational database) using the Java programming language.
Uses ofRowIdLifetime injava.sql
Subclasses with type arguments of typeRowIdLifetime injava.sqlMethods injava.sql that returnRowIdLifetimeModifier and TypeMethodDescriptionDatabaseMetaData.getRowIdLifetime()Indicates whether this data source supports the SQLROWIDtype, and the lifetime for which aRowIdobject remains valid.staticRowIdLifetimeReturns the enum constant of this class with the specified name.staticRowIdLifetime[]RowIdLifetime.values()Returns an array containing the constants of this enum class, inthe order they are declared.