How to check null value in JDBC?
Answer / bandi chandrasekhar reddy
by using ResultSet.wasNull() behaviour if it boolean value is
returns true its mean last return value by this ResultSet is
NULL n if it is false means return value NOT NULL.
| Is This Answer Correct ? | 3 Yes | 0 No |
How to check jdbc connection in linux?
What does executeupdate return in jdbc?
How the information about db(database) can be retrieved?
What is hbm xml?
Is jdbc faster than hibernate?
What is the return type of execute, executequery and executeupdate?
PreparedStatement is a pre compiled statement but where it's pre compiled ?
What is meant by dao?
What is executequery in java?
Which type of driver is unique in jdbc?
What are the functions of the jdbc connection interface?
What packages are used by jdbc?