Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/sql/
DDatabaseMetaData.java508 boolean supportsGroupByUnrelated() throws SQLException; in supportsGroupByUnrelated() method
/libcore/luni/src/test/java/tests/java/sql/
DDatabaseMetaDataTest.java1562 if (!meta.supportsGroupByUnrelated()) { in test_supportsGroupByUnrelated()
1566 if (meta.supportsGroupByUnrelated()) { in test_supportsGroupByUnrelated()
1575 meta.supportsGroupByUnrelated(); in test_supportsGroupByUnrelated()
/libcore/api/
Dcurrent.txt9188 method public boolean supportsGroupByUnrelated() throws java.sql.SQLException;