Home
last modified time | relevance | path

Searched refs:othersInsertsAreVisible (Results 1 – 3 of 3) sorted by relevance

/libcore/luni/src/test/java/tests/java/sql/
DDatabaseMetaDataTest.java1331 meta.othersInsertsAreVisible(ResultSet.TYPE_FORWARD_ONLY)); in test_othersInsertsAreVisibleI()
1334 meta.othersInsertsAreVisible(ResultSet.TYPE_SCROLL_INSENSITIVE)); in test_othersInsertsAreVisibleI()
1337 meta.othersInsertsAreVisible(ResultSet.TYPE_SCROLL_SENSITIVE)); in test_othersInsertsAreVisibleI()
1345 .othersInsertsAreVisible(ResultSet.CONCUR_READ_ONLY)); in test_othersInsertsAreVisibleI()
/libcore/ojluni/src/main/java/java/sql/
DDatabaseMetaData.java2711 boolean othersInsertsAreVisible(int type) throws SQLException; in othersInsertsAreVisible() method
/libcore/api/
Dcurrent.txt9152 method public boolean othersInsertsAreVisible(int) throws java.sql.SQLException;