Free Online Dictionary
wasNull()
| JDK Doc(JAVA) | Download this dictionary |
wasNull() *2
- Method in interface java.sql.SQLInput
public boolean wasNull () throws SQLException
Determines whether the last value read was null.Returns: true if the most recently gotten SQL value was null; otherwise, falseThrows: SQLException - if a database access error occurs
public boolean wasNull () throws SQLException
Determines whether the last value read was null.Returns: true if the most recently gotten SQL value was null; otherwise, falseThrows: SQLException - if a database access error occurs
wasNull() *3
- Method in interface java.sql.CallableStatement
public boolean wasNull () throws SQLException
Indicates whether or not the last OUT parameter read had the value of SQL NULL. Note that this method should be called only after calling the get method; otherwise, there is no value to use in determining whether it is null or not.Returns: true if the last parameter read was SQL NULL; false otherwise.Throws: SQLException - if a database access error occurs
public boolean wasNull () throws SQLException
Indicates whether or not the last OUT parameter read had the value of SQL NULL. Note that this method should be called only after calling the get method; otherwise, there is no value to use in determining whether it is null or not.Returns: true if the last parameter read was SQL NULL; false otherwise.Throws: SQLException - if a database access error occurs
You think you have ethics...
Take the survey NOW!
