What are the sailent features of JDBC 2.0?
Answers were Sorted based on User's Feedback
Answer / amarajagan
JDBC 2.0 features are
java.sql.Connection
java.sql.ResultSet
java.sql.ResultSetMetaData
java.sql.PreparedStatement
java.sql.CallableStatement
java.sql.DatabaseMetaData
java.sql.ResultSetMetaData
By the by all are interfaces
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / xxx
hi, Amarajagan if u don't know answer leave it ya.Don't
post wrong answer
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / one two
Some special features ar as:
It supports Meta Data about Database as well as result set.
We can traverse in database tables in both directions.
It supports JDBC Row Set.
Date and Time functions are supported.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ganesan
1.Scroll forward and backward in a result set or move to a
specific row
2.Make updates to database tables using methods in the Java
programming language instead of using SQL commands
3.Send multiple SQL statements to the database as a unit,
or batch
4.Use the new SQL3 datatypes as column values
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / narender
JDBC 2.0 features:
PreparedStatements
CallableStatement
ScrollableResultSet
Executing Batch Statements
Transactions
ResultSetMetaData
Lobs (Blob & Clob)
| Is This Answer Correct ? | 0 Yes | 0 No |
preparedstatement p= new preparedstatement is it possible ?
10 Answers Fidelity, IBM, Infrasys,
What does Class.forName return?
Does the JDBC-ODBC Bridge support multiple concurrent open statements per connection?
What is resultset in jdbc with example?
How to set the attribute concurrency in resultset?
How to make updates to updatable result sets in jdbc?
How many types of jdbc drivers are there?
How do find debugging problems related to JDBC API?
What is savepoint in jdbc?
Hi........I need to create a dropdown box using java.....this box should show the values that should be taken from the database...... Thank you....
What is setautocommit in jdbc?
How to retrieve warnings in jdbc?