Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/sql/
DDatabaseMetaData.java621 boolean supportsOuterJoins() throws SQLException; in supportsOuterJoins() method
/libcore/luni/src/test/java/tests/java/sql/
DDatabaseMetaDataNotSupportedTest.java837 assertFalse(meta.supportsOuterJoins()); in test_supportsOuterJoins()
/libcore/api/
Dcurrent.txt9205 method public boolean supportsOuterJoins() throws java.sql.SQLException;