Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/sql/
DDatabaseMetaData.java470 boolean supportsDifferentTableCorrelationNames() throws SQLException; in supportsDifferentTableCorrelationNames() method
/libcore/luni/src/test/java/tests/java/sql/
DDatabaseMetaDataNotSupportedTest.java760 assertFalse(meta.supportsDifferentTableCorrelationNames()); in test_supportsDifferentTableCorrelationNames()
/libcore/api/
Dcurrent.txt9181 method public boolean supportsDifferentTableCorrelationNames() throws java.sql.SQLException;