Welcome to Questionaries, where you can ask questions and receive answers from other members of the community.

Let us know at info@questionaries.org

Explain the new Features of JDBC 2.0 Core API in java?

7 like 0 dislike
Hello
Explain the new Features of JDBC 2.0 Core API in java?
please reply me. i am waiting for your reply.
Thanx
asked 1 year ago by eagles11 (179,830 points)

1 Answer

1 like 0 dislike
 
Best answer
The JDBC 2.0 API includes the complete JDBC API, which includes both core and Optional Package API, and provides inductrial-strength database computing capabilities.
New Features in JDBC 2.0 Core API:

Scrollable result sets- using new methods in the ResultSet interface allows programmatically move the to particular row or to a position relative to its current position
JDBC 2.0 Core API provides the Batch Updates functionality to the java applications.
Java applications can now use the ResultSet.updateXXX methods.
New data types - interfaces mapping the SQL3 data types
Custom mapping of user-defined types (UTDs)
Miscellaneous features, including performance hints, the use of character streams, full precision for java.math.BigDecimal values, additional security, and support for time zones in date, time, and timestamp values.
answered 1 year ago by DBA-boss (120,990 points)

Related questions

2 like 0 dislike
1 answer
asked 1 year ago by daneim (127,080 points)
7 like 0 dislike
1 answer
7 like 0 dislike
1 answer
7 like 0 dislike
1 answer
5 like 0 dislike
1 answer