Answer Posted / narender
JDBC 2.0 features:
PreparedStatements
CallableStatement
ScrollableResultSet
Executing Batch Statements
Transactions
ResultSetMetaData
Lobs (Blob & Clob)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do I retrieve a whole row of data at once, instead of calling an individual ResultSet.getXXX method for each column?
What is a java driver?
Explain the JDBC Architecture?
What does the connection object represents?
How do I stop nullpointerexception?
How do I write Greek ( or other non-ASCII/8859-1 ) characters to a database?
Explain the main method?
Does the JDBC-ODBC Bridge support multiple concurrent open statements per connection?
Is jdbctemplate thread safe?
What is preparedstatement in jdbc?
How to insert an image or raw data into database?
What are database warnings in jdbc and how can we handle database warnings in jdbc?
Are all the required JDBC drivers to establish connectivity to my database part of the JDK?
What are the measures to connect to the db using jdbc?
What are the flow statements of jdbc?