Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/sql/
DDatabaseMetaData.java869 boolean supportsOpenCursorsAcrossCommit() throws SQLException; in supportsOpenCursorsAcrossCommit() method
/libcore/luni/src/test/java/tests/java/sql/
DDatabaseMetaDataNotSupportedTest.java821 assertFalse(meta.supportsOpenCursorsAcrossCommit()); in test_supportsOpenCursorsAcrossCommit()
/libcore/api/
Dcurrent.txt10000 method public boolean supportsOpenCursorsAcrossCommit() throws java.sql.SQLException;