Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/tests/java/sql/
DDatabaseMetaDataTest.java1302 meta.othersDeletesAreVisible(ResultSet.TYPE_FORWARD_ONLY)); in test_othersDeletesAreVisibleI()
1305 meta.othersDeletesAreVisible(ResultSet.TYPE_SCROLL_INSENSITIVE)); in test_othersDeletesAreVisibleI()
1308 meta.othersDeletesAreVisible(ResultSet.TYPE_SCROLL_SENSITIVE)); in test_othersDeletesAreVisibleI()
1316 .othersDeletesAreVisible(ResultSet.CONCUR_READ_ONLY)); in test_othersDeletesAreVisibleI()
/libcore/ojluni/src/main/java/java/sql/
DDatabaseMetaData.java2696 boolean othersDeletesAreVisible(int type) throws SQLException; in othersDeletesAreVisible() method