Home
last modified time | relevance | path

Searched refs:getMaxTableNameLength (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/sql/
DDatabaseMetaData.java1113 int getMaxTableNameLength() throws SQLException; in getMaxTableNameLength() method
/libcore/luni/src/test/java/tests/java/sql/
DDatabaseMetaDataNotSupportedTest.java1067 .getMaxTableNameLength() == 0); in test_getMaxTableNameLength()
1073 meta.getMaxTableNameLength(); in test_getMaxTableNameLength()