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

/openjdk7/jdk/src/share/classes/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.java150 boolean wasNull() throws SQLException; method in interface:CallableStatement
H A DResultSet.java214 * the method <code>wasNull</code> to see if the value read was
222 boolean wasNull() throws SQLException; method in interface:ResultSet
/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/
H A DWebRowSetXmlWriter.java372 if (caller.wasNull())
380 if (caller.wasNull())
387 if (caller.wasNull())
394 if (caller.wasNull())
402 if (caller.wasNull())
409 if (caller.wasNull())
424 if (caller.wasNull())
431 if (caller.wasNull())
438 if (caller.wasNull())
H A DCachedRowSetWriter.java1290 if (rs.wasNull() == true) {
1352 if (crs.wasNull() == true) {
H A DSyncResolverImpl.java1050 * <code>wasNull</code> to determine whether the value was
1057 public boolean wasNull() throws SQLException { method in class:SyncResolverImpl
/openjdk7/jdk/src/share/classes/javax/sql/rowset/serial/
H A DSQLInputImpl.java50 * The method <code>wasNull</code> is used to determine whether the
750 public boolean wasNull() throws SQLException { method in class:SQLInputImpl
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DJoinRowSetImpl.java987 * <code>wasNull</code> to determine whether the value was
994 public boolean wasNull() throws SQLException { method in class:JoinRowSetImpl
995 return crsInternal.wasNull();
H A DJdbcRowSetImpl.java858 * the method <code>wasNull</code> to see if the value read was
867 public boolean wasNull() throws SQLException { method in class:JdbcRowSetImpl
870 return rs.wasNull();
H A DCachedRowSetImpl.java1552 * <code>wasNull</code> to determine whether the value was
1559 public boolean wasNull() throws SQLException { method in class:CachedRowSetImpl

Completed in 1737 milliseconds