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

/libcore/luni/src/main/java/java/sql/
H A DStatement.java121 public void clearWarnings() throws SQLException; method in interface:Statement
H A DConnection.java93 public void clearWarnings() throws SQLException; method in interface:Connection
H A DResultSet.java190 public void clearWarnings() throws SQLException; method in interface:ResultSet
/libcore/luni/src/test/java/libcore/java/sql/
H A DOldConnectionTest.java255 // TODO clearWarnings is not supported
274 conn.clearWarnings();
297 conn.clearWarnings();
H A DOldStatementTest.java92 st.clearWarnings();

Completed in 379 milliseconds