Home
last modified time | relevance | path

Searched refs:othersUpdatesAreVisible (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/test/java/tests/java/sql/
DDatabaseMetaDataTest.java1360 meta.othersUpdatesAreVisible(ResultSet.TYPE_FORWARD_ONLY)); in test_othersUpdatesAreVisibleI()
1363 meta.othersUpdatesAreVisible(ResultSet.TYPE_SCROLL_INSENSITIVE)); in test_othersUpdatesAreVisibleI()
1366 meta.othersUpdatesAreVisible(ResultSet.TYPE_SCROLL_SENSITIVE)); in test_othersUpdatesAreVisibleI()
1372 .othersUpdatesAreVisible(ResultSet.CONCUR_READ_ONLY)); in test_othersUpdatesAreVisibleI()
/libcore/ojluni/src/main/java/java/sql/
DDatabaseMetaData.java2681 boolean othersUpdatesAreVisible(int type) throws SQLException; in othersUpdatesAreVisible() method