Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/sql/
DDatabaseMetaData.java2083 ResultSet getImportedKeys(String catalog, String schema, in getImportedKeys() method
/libcore/luni/src/test/java/tests/java/sql/
DDatabaseMetaDataTest.java685 ResultSet rs = meta.getImportedKeys(conn.getCatalog(), null, in test_getImportedKeysLjava_lang_StringLjava_lang_StringLjava_lang_String()
737 meta.getImportedKeys(conn.getCatalog(), null, in test_getImportedKeysLjava_lang_StringLjava_lang_StringLjava_lang_String()
/libcore/api/
Dcurrent.txt9369 …method public java.sql.ResultSet getImportedKeys(String, String, String) throws java.sql.SQLExcept…