- JDBC 4.0 and Oracle JDeveloper for J2EE Development
- Deepak Vohra
- 186字
- 2021-08-25 18:08:47
Summary
In this chapter, you have been introduced to the JDBC API and the new features in JDBC 4.0 specification. The DriverManager
class is used to connect with a database. The Connection
interface represents a database connection. The Savepoint
interface represents a savepoint in a transaction. This is the point up to which the changes would be rolled back, if the transaction is rolled back. The Statement
interface is used to run static SQL statements. The ResultSet
interface represents the result set table generated by running SQL statements on a database. The PreparedStatement
represents a compiled SQL statement that can be run more than once with different parameters. The DatabaseMetadata
interface represents the database metadata, such as, table name, schema name, column name, and column type. The SQLException
class represents the database access error or other SQL errors. JDBC 4.0 specification provides some new features to facilitate the development of JDBC applications. Support for new SQL data types has been added. The new features include, automatic SQL Driver loading, SQL: 2003 XML Data Type support, support for wrapper pattern, enhancements in SQLException
, and enhanced connection management.
- UG NX10.0從新手到高手
- DotNetNuke 5.4 Cookbook
- Active Directory Disaster Recovery
- 3ds Max 2016中文版完全自學(xué)手冊(cè)
- Maya影視動(dòng)畫高級(jí)模型制作全解析
- 中文版Premiere Pro CC入門教程
- 像攝影師一樣調(diào)色
- R Graph Cookbook
- MATLAB 2015從入門到精通
- AutoCAD 2019中文版計(jì)算機(jī)輔助繪圖全攻略
- Excel公式、函數(shù)與圖表案例實(shí)戰(zhàn)從入門到精通(視頻自學(xué)版)
- Photoshop插畫藝術(shù)火星風(fēng)暴
- 中文版Photoshop CS6從新手到高手(超值版)
- MATLAB在日常計(jì)算中的應(yīng)用
- AutoCAD 2019中文版實(shí)戰(zhàn)從入門到精通