Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/sql/
DDatabaseMetaData.java1060 int getMaxCatalogNameLength() throws SQLException; in getMaxCatalogNameLength() method
/libcore/luni/src/test/java/tests/java/sql/
DDatabaseMetaDataNotSupportedTest.java948 assertTrue("Incorrect name length", meta.getMaxCatalogNameLength() == 0); in test_getMaxCatalogNameLength()
/libcore/api/
Dcurrent.txt9897 method public int getMaxCatalogNameLength() throws java.sql.SQLException;