Searched defs:wasNull (Results 1 - 8 of 8) sorted by relevance

/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/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/
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
/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/
H A DSyncResolverImpl.java1050 * <code>wasNull</code> to determine whether the value was
1057 public boolean wasNull() throws SQLException { method in class:SyncResolverImpl

Completed in 132 milliseconds