IBM DB2 Manual page 271

Table of Contents

Advertisement

Table 38. Support for CallableStatement methods (continued)
JDBC method
setShort
setString
setTime
setTimestamp
setURL
wasNull
Notes:
1. The inherited getParameterMetaData method is not supported if the data source is DB2 for z/OS.
2. This is a JDBC 4.0 method.
3. The following forms of CallableStatement.getXXX methods are not supported if the data source is DB2 for z/OS:
getXXX(String parameterName)
4. The database server does no timezone adjustment for datetime values. The JDBC driver adjusts a value for the
local timezone after retrieving the value from the server if you specify a form of the getDate, getTime, or
getTimestamp method that includes a java.util.Calendar parameter.
5. The following form of the getObject method is not supported:
getObject(int parameterIndex, java.util.Map map)
6. The following form of the registerOutParameter method is not supported:
registerOutParameter(int parameterIndex, int jdbcType, String typeName)
7. Not supported if the data source is DB2 for z/OS.
8. The following form of setNull is not supported:
setNull(int parameterIndex, int jdbcType, String typeName)
Table 39. Support for Clob methods
JDBC method
1
free
getAsciiStream
getCharacterStream
getSubString
length
position
3
setAsciiStream
3
setCharacterStream
3
setString
3
truncate
IBM Data Server
Driver for JDBC and
SQLJ support
7
Yes
7
Yes
7
Yes
7
Yes
Yes
Yes
IBM Data Server
Driver for JDBC and
SQLJ support
Yes
Yes
Yes2 on page 256
Yes
Yes
Yes
Yes
Yes
Yes
Yes
DB2 JDBC Type 2
Driver for Linux, UNIX
and Windows support
No
No
No
No
No
Yes
DB2 JDBC Type 2
Driver for Linux, UNIX
and Windows support
No
Yes
Yes
Yes
Yes
Yes
No
No
No
No
Chapter 7. JDBC and SQLJ reference information
IDS JDBC Driver
support
Yes
Yes
Yes
Yes
No
Yes
IDS JDBC Driver
support
No
Yes
Yes
Yes
Yes
Yes
Yes
Yes
Yes
Yes
255

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents