Table 35. Support for Array methods
JDBC method
IBM Data Server
Driver for JDBC and
SQLJ1 support
DB2 JDBC Type 2
Driver for Linux, UNIX
and Windows support
IDS JDBC Driver
support
free
2
Yes No No
getArray Yes No Yes
getBaseType Yes No Yes
getBaseTypeName Yes No Yes
getResultSet Yes No Yes
Notes:
1. Under the IBM Data Server Driver for JDBC and SQLJ, Array methods are supported for connections to DB2
Database for Linux, UNIX, and Windows data sources only.
2. This is a JDBC 4.0 method.
Table 36. Support for BatchUpdateException methods
JDBC method
IBM Data Server
Driver for JDBC and
SQLJ support
DB2 JDBC Type 2
Driver for Linux, UNIX
and Windows support
IDS JDBC Driver
support
Methods inherited from
java.lang.Exception
Yes Yes Yes
getUpdateCounts Yes Yes Yes
Table 37. Support for Blob methods
JDBC method
IBM Data Server
Driver for JDBC and
SQLJ support
DB2 JDBC Type 2
Driver for Linux, UNIX
and Windows support
IDS JDBC Driver
support
free
1
Yes No No
getBinaryStream Yes
2
Yes Yes
getBytes Yes Yes Yes
length Yes Yes Yes
position Yes Yes Yes
setBinaryStream
3
Yes No No
setBytes
3
Yes No No
truncate
3
Yes No No
Notes:
1. This is a JDBC 4.0 method.
2. Supported forms of this method include the following JDBC 4.0 form:
getBinaryStream(long pos, long length)
3. For versions of the IBM Data Server Driver for JDBC and SQLJ before version 3.50, these methods cannot be used
if a Blob is passed to a stored procedure as an IN or INOUT parameter, and the methods are used on the Blob in
the stored procedure.
Chapter 7. JDBC and SQLJ reference information 253
|
|
|