Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/sql/
DDatabaseMetaData.java889 boolean supportsOpenStatementsAcrossCommit() throws SQLException; in supportsOpenStatementsAcrossCommit() method
/libcore/luni/src/test/java/tests/java/sql/
DDatabaseMetaDataNotSupportedTest.java829 assertFalse(meta.supportsOpenStatementsAcrossCommit()); in test_supportsOpenStatementsAcrossCommit()
/libcore/api/
Dcurrent.txt9202 method public boolean supportsOpenStatementsAcrossCommit() throws java.sql.SQLException;