Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/sql/
DDatabaseMetaData.java817 boolean supportsSubqueriesInExists() throws SQLException; in supportsSubqueriesInExists() method
/libcore/luni/src/test/java/tests/java/sql/
DDatabaseMetaDataTest.java1688 if (!meta.supportsSubqueriesInExists()) { in test_supportsSubqueriesInExists()
1692 if (meta.supportsSubqueriesInExists()) { in test_supportsSubqueriesInExists()
1702 meta.supportsSubqueriesInExists(); in test_supportsSubqueriesInExists()
/libcore/api/
Dcurrent.txt9222 method public boolean supportsSubqueriesInExists() throws java.sql.SQLException;