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

/libcore/ojluni/src/main/java/java/sql/
H A DSQLInput.java40 * The method <code>wasNull</code> is used to determine whether
349 boolean wasNull() throws SQLException; method in interface:SQLInput
H A DCallableStatement.java151 boolean wasNull() throws SQLException; method in interface:CallableStatement
H A DResultSet.java215 * the method <code>wasNull</code> to see if the value read was
223 boolean wasNull() throws SQLException; method in interface:ResultSet
/libcore/luni/src/test/java/libcore/java/sql/
H A DOldResultSetTest.java452 * Test method for {@link java.sql.ResultSet#wasNull()}.
459 assertFalse(target.wasNull());
470 assertTrue(target.wasNull());
472 assertFalse(target.wasNull());
476 target.wasNull();
/libcore/luni/src/test/java/tests/java/sql/
H A DDatabaseMetaDataTest.java2024 assertTrue(rs.wasNull());
2030 assertFalse(rs.wasNull());

Completed in 81 milliseconds