- JDBC 4.0 and Oracle JDeveloper for J2EE Development
- Deepak Vohra
- 194字
- 2021-08-25 18:08:47
JDBC 4.0 support in IBM's DB2 UDB
IBM Data Server Driver for JDBC and SQLJ Version 4.0 supports the JDBC 4.0 specification. To use the JDBC 4.0 features, add the db2jcc4.jar
file to the CLASSPATH
environment variable. The JDBC 4.0 driver name is,"IBM Data Server Driver for JDBC and SQLJ" instead of the previous, "IBM DB2 JDBC Universal Driver Architecture". IBM Data Server Driver for JDBC and SQLJ supports most of the JDBC 4.0 features.
JDBC support has been added for the JDBC 4.0 java.sql.RowId
interface for updating and retrieving data in ROWID
columns. JDBC support has also been added for the java.sql.SQLXML
interface for storing, updating, and retrieving data in XML columns. The IBM Data Server Driver for JDBC and SQLJ supports the following client info properties to identify the client connections:
- ApplicationName
- ClientAccountingInformation
- ClientHostname
- ClientUser
IBM Data Server Driver for JDBC and SQLJ supports the new SQLException
subclasses, in the JDBC 4.0 specification. It also supports chained exceptions. The wrapper pattern is supported to access vendor-specific resources. The following IBM Data Server Driver for JDBC and SQLJ-specific interfaces in the com.ibm.db2.jcc
package extend the Wrapper
interface:
- DB2Connection
- DB2BaseDataSource
- DB2SimpleDataSource
- DB2Statement
- DB2ResultSet
- DB2DatabaseMetaData
- Photoshop CC 2018實用教程
- IBM Lotus Notes 8.5 User Guide
- AutoCAD 2019中文版從入門到精通
- AutoCAD Civil 3D 2018 場地設計實例教程
- SOLIDWORKS 2021中文版基礎入門一本通
- Adobe創意大學InDesign CS5 版式設計師標準實訓教材
- 攝影輕松入門:Photoshop后期處理
- Adobe創意大學InDesign CS5 產品專家認證標準教材
- MATLAB在日常計算中的應用
- Creo 5.0從入門到精通(第2版)
- 從零開始:Photoshop CC 2019設計基礎+商業設計實戰
- C# 2008 and 2005 Threaded Programming: Beginner's Guide
- Instant MDX Queries for SQL Server 2012
- SAI+Photoshop漫畫繪制技法從入門到精通(第2版)
- PyTorch教程:21個項目玩轉PyTorch實戰