Home
last modified time | relevance | path

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