- 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.
- MATLAB計算機視覺經典應用
- Creo Parametric 8.0中文版基礎入門一本通
- UI 設計入門一本就夠
- MLOps實戰:機器學習模型的開發、部署與應用
- SketchUp/Piranesi印象彩繪表現項目實踐
- 二維計算機繪圖教程:二維CAD工程師取證全程指導
- Photoshop CS6實戰從入門到精通(超值版)
- Photoshop CC UI設計標準培訓教程
- Microsoft Silverlight 5: Building Rich Enterprise Dashboards
- SVG動畫
- UG NX 12.0中文版從入門到精通
- 中文版Photoshop CS5平面設計實用教程(第2版)
- 剪映真傳:88招玩轉短視頻剪輯
- MooTools 1.2 Beginner's Guide
- Maya腳本應用手冊:表達式與MEL語言