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 |
is java pure object oriented or not ?
How do I disallow NULL values in a table?
What are the different types of JDBC drivers?
How do you know which driver is connected to a database?
What are the 4 types of jdbc drivers?
Explain the locking system in jdbc?
code to insert values/rows into oracle database from a java swing textfield when a button is pressed(using preparedstatements)
What is a lock in jdbc?
Why “no suitable driver” error occurs?
Is possible to open a connection to a database with exclusive mode with JDBC?
Explain in detail about JDBC and its general features?
What is xe in oracle jdbc url?