Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/sql/
DDatabaseMetaData.java1015 int getMaxCursorNameLength() throws SQLException; in getMaxCursorNameLength() method
/libcore/luni/src/test/java/tests/java/sql/
DDatabaseMetaDataTest.java749 int nameLength = meta.getMaxCursorNameLength(); in test_getMaxCursorNameLength()