Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/tests/java/sql/
DDatabaseMetaDataTest.java749 int nameLength = meta.getMaxCursorNameLength(); in test_getMaxCursorNameLength() local
750 if (nameLength > 0) { in test_getMaxCursorNameLength()
752 statement.setCursorName(new String(new byte[nameLength + 1])); in test_getMaxCursorNameLength()
757 } else if (nameLength < 0) { in test_getMaxCursorNameLength()