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 |
What is an SQL Locator?
How can I write to the log used by DriverManager and JDBC drivers?
Is it possible to connect to multiple databases simultaneously? Using single statement can one update or extract data from multiple databases?
Are there any ODBC drivers that do not work with the JDBC- ODBC Bridge?
Write an sql to find all records having all numeric characters in a field ?
What is jdbc type?
What is the difference between triggers and procedures?
State the different connection methods used for creating different types of sql.
Where jdbc drivermanager class is used?
what is the difference between SENSITIVE and INSENSITIVE?
In JDBC, All the API?s are interfaces? Where is the actual implementation?
how can we connect to db without using getConnection() method