| JDBC interface | Former implementation | New implementation | Remarks |
|---|---|---|---|
javax.sql.DataSource |
org.netezza.jdbc2.optional. |
org.netezza.datasource. |
Basic DataSource implementation. |
javax.sql.DataSource |
org.netezza.jdbc2.optional. |
org.netezza.datasource. |
Basic DataSource implementation with connection pooling implemented inside it. Use the connections provided by this data source directly as normal connections. The Data Source internally handles the pooling. Do not use this data source if your server/middleware vendor provides a connection pooling implementation. This data source is provided as a convenience only. |
javax.sql.ConnectionPool |
org.netezza.jdbc2.optional. |
org.netezza.datasource. |
Basic ConnectionPoolDataSource implementation. |
IBM® Netezza® release 7.1 added support for IBM DB2 24:00:00 time support as an optional configuration for the database. However, JDBC has limited support for the 24:00:00 time format. If you use the 24:00:00 time support in your Netezza database, note that JDBC uses the value 23:59:59:999999 to represent the 00:00:00 time value of the next day.