Searched defs:RowId (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/sql/
H A DRowId.java38 * allow a programmer to access a SQL <code>ROWID</code> value. The <code>RowId</code>
45 * to determine if a <code>RowId</code> object remains valid for the duration of the transaction in
46 * which the <code>RowId</code> was created, the duration of the session in which
47 * the <code>RowId</code> was created,
56 * All methods on the <code>RowId</code> interface must be fully implemented if the
63 public interface RowId { interface
65 * Compares this <code>RowId</code> to the specified object. The result is
66 * <code>true</code> if and only if the argument is not null and is a RowId
70 * to consider both the origin and the valid lifetime of a <code>RowId</code>
71 * when comparing it to another <code>RowId</cod
[all...]

Completed in 27 milliseconds