Method wasNull()
Return type: boolean
Member of: java.sql.ResultSet
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 if (r.wasNull()) {
2 if (rs.wasNull()) // ie. last operation!
3 if (rs.wasNull())
4 if (rs.wasNull()) // ie. last operation!
5 return i_resultSet.wasNull() ? null : obj;
6 assertTrue(rs.wasNull());
7 assertTrue(rs.wasNull());
8 if (rs.wasNull()) {
9 if (rs.wasNull())
10 (rs.wasNull()?"":SQL_WHERE+database+'='+result));
11 if (r.wasNull()) {
12 if (( resultSet.getInt(1) != 0 ) || (!resultSet.wasNull())) {
13 if (rset.wasNull()) {
14 if (rs.wasNull())
15 if (rs.wasNull()) {
16 if (results.wasNull())
17 if (set.wasNull()) {
18 result = (rs.wasNull() ? null : new Boolean(boolVal));
19 if (rs.wasNull()) {
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.