Home
last modified time | relevance | path

Searched refs:RowIdLifetime (Results 1 – 5 of 5) sorted by relevance

/libcore/ojluni/src/main/java/java/sql/
DRowIdLifetime.java36 public enum RowIdLifetime { enum
DDatabaseMetaData.java3222 RowIdLifetime getRowIdLifetime() throws SQLException; in getRowIdLifetime()
/libcore/
Dopenjdk_java_files.bp758 "ojluni/src/main/java/java/sql/RowIdLifetime.java",
DEXPECTED_UPSTREAM747 ojluni/src/main/java/java/sql/RowIdLifetime.java,jdk17u/jdk-17.0.6-ga,src/java.sql/share/classes/ja…
/libcore/api/
Dcurrent.txt9922 method public java.sql.RowIdLifetime getRowIdLifetime() throws java.sql.SQLException;
10458 public enum RowIdLifetime {
10459 enum_constant public static final java.sql.RowIdLifetime ROWID_UNSUPPORTED;
10460 enum_constant public static final java.sql.RowIdLifetime ROWID_VALID_FOREVER;
10461 enum_constant public static final java.sql.RowIdLifetime ROWID_VALID_OTHER;
10462 enum_constant public static final java.sql.RowIdLifetime ROWID_VALID_SESSION;
10463 enum_constant public static final java.sql.RowIdLifetime ROWID_VALID_TRANSACTION;