Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/sql/
DDatabaseMetaData.java584 public ResultSet getBestRowIdentifier(String catalog, String schema, in getBestRowIdentifier() method
/libcore/luni/src/test/java/tests/java/sql/
DDatabaseMetaDataTest.java186 ResultSet rs = meta.getBestRowIdentifier(null, null, in test_getBestRowIdentifierLjava_lang_StringLjava_lang_StringLjava_lang_StringIZ()