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

/dalvik/libcore/sql/src/main/java/java/sql/
H A DStatement.java121 public void clearWarnings() throws SQLException; method in interface:Statement
H A DConnection.java92 public void clearWarnings() throws SQLException; method in interface:Connection
H A DResultSet.java190 public void clearWarnings() throws SQLException; method in interface:ResultSet
/dalvik/libcore/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
H A DTestHelper_Connection1.java36 public void clearWarnings() throws SQLException { method in class:TestHelper_Connection1
/dalvik/libcore/sql/src/main/java/SQLite/JDBC2y/
H A DJDBCStatement.java153 public void clearWarnings() throws SQLException { method in class:JDBCStatement
H A DJDBCConnection.java201 public void clearWarnings() throws SQLException { method in class:JDBCConnection
H A DJDBCResultSet.java576 public void clearWarnings() throws SQLException { method in class:JDBCResultSet
/dalvik/libcore/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
H A DImpl_RowSet.java261 public void clearWarnings() throws SQLException { method in class:Impl_RowSet
/dalvik/libcore/sql/src/test/java/tests/sql/
H A DConnectionTest.java350 * @test java.sql.Connection#clearWarnings()
352 * TODO clearWarnings is not supported
357 method = "clearWarnings",
386 conn.clearWarnings();
416 conn.clearWarnings();
H A DStatementTest.java99 * @test java.sql.Statement#clearWarnings()
104 method = "clearWarnings",
122 st.clearWarnings();

Completed in 3979 milliseconds