Home
last modified time | relevance | path

Searched refs:supportsOuterJoins (Results 1 – 2 of 2) 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()