Home
last modified time | relevance | path

Searched refs:clearWarnings (Results 1 – 5 of 5) sorted by relevance

/libcore/ojluni/src/main/java/java/sql/
DStatement.java286 void clearWarnings() throws SQLException; in clearWarnings() method
DConnection.java500 void clearWarnings() throws SQLException; in clearWarnings() method
DResultSet.java841 void clearWarnings() throws SQLException; in clearWarnings() method
/libcore/luni/src/test/java/libcore/java/sql/
DOldConnectionTest.java274 conn.clearWarnings(); in testClearWarnings()
297 conn.clearWarnings(); in testClearWarnings()
DOldStatementTest.java92 st.clearWarnings(); in testClearWarnings()