Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/sql/
DDatabaseMetaData.java256 boolean storesLowerCaseIdentifiers() throws SQLException; in storesLowerCaseIdentifiers() method
/libcore/luni/src/test/java/tests/java/sql/
DDatabaseMetaDataNotSupportedTest.java674 assertFalse(meta.storesLowerCaseIdentifiers()); in test_storesLowerCaseIdentifiers()
/libcore/api/
Dcurrent.txt9157 method public boolean storesLowerCaseIdentifiers() throws java.sql.SQLException;