jConnect version 4.1 and later include the package com.sybase.jdbcx that contains all of the Sybase extensions to JDBC. In versions of jConnect previous to 4.1, these extensions were available in the com.sybase.jdbc and com.sybase.utils packages.
com.sybase.jdbcx provides a consistent interface across different versions of jConnect. All of the Sybase extensions are defined as Java interfaces, which allows the underlying implementations to change without affecting applications built using these interfaces.
When you develop new applications that use Sybase extensions, use com.sybase.jdbcx. The interfaces in this package allow you to upgrade applications to versions of jConnect that follow version 4.0 with minimal changes.
Applications previously built using the Sybase extensions
to the JDBC API, which were available in com.sybase.jdbc and com.sybase.utils, will continue
to work under jConnect 4.x; however, all Sybase extensions in com.sybase.jdbc and com.sybase.utils have
been marked deprecated.
Some of the Sybase extensions have been changed to accommodate the new com.sybase.jdbcx interface.
Copyright © 2003. Sybase Inc. All rights reserved. |
![]() |