Searched refs:concurrency (Results 1 - 2 of 2) sorted by relevance

/libcore/luni/src/main/java/java/sql/
H A DDatabaseMetaData.java2864 * Determines whether there is support for a given concurrency style for the
2875 * @param concurrency
2876 * a concurrency type, which may be one of {@code
2879 * @return {@code true} if that concurrency and {@code ResultSet} type
2884 public boolean supportsResultSetConcurrency(int type, int concurrency) argument
/libcore/luni/src/main/java/javax/sql/
H A DRowSet.java800 * Sets the concurrency property of this {@code RowSet}. The default value
803 * @param concurrency
804 * the concurrency value. One of:
813 public void setConcurrency(int concurrency) throws SQLException; argument

Completed in 137 milliseconds