Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/sql/
DDatabaseMetaData.java790 boolean supportsSelectForUpdate() throws SQLException; in supportsSelectForUpdate() method
/libcore/luni/src/test/java/tests/java/sql/
DDatabaseMetaDataTest.java1652 if (!meta.supportsSelectForUpdate()) { in test_supportsSelectForUpdate()
1656 if (!meta.supportsSelectForUpdate()) { in test_supportsSelectForUpdate()
1666 meta.supportsSelectForUpdate(); in test_supportsSelectForUpdate()
/libcore/api/
Dcurrent.txt9494 method public boolean supportsSelectForUpdate() throws java.sql.SQLException;