Home
last modified time | relevance | path

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

/libcore/luni/src/main/files/
DREADME.cacerts6 and the "n" is a unique integer identifier starting at 0 to deal
/libcore/luni/src/test/java/tests/java/sql/
DDatabaseMetaDataNotSupportedTest.java254 boolean unique = false; in test_getIndexInfoLjava_lang_StringLjava_lang_StringLjava_lang_StringZZ()
256 DatabaseCreator.TEST_TABLE1, unique, true); in test_getIndexInfoLjava_lang_StringLjava_lang_StringLjava_lang_StringZZ()
276 assertEquals("Incorrect state of uniquess", unique, rs in test_getIndexInfoLjava_lang_StringLjava_lang_StringLjava_lang_StringZZ()
/libcore/luni/src/main/java/java/sql/
DDatabaseMetaData.java1204 boolean unique, boolean approximate) throws SQLException; in getIndexInfo() argument