Package com.sybase.jdbcx

Interface Summary
Capture Provides methods to trace jConnect's protocol communications.
CharsetConverter This interface contains methods for doing character-set conversions.
Debug A set of debugging functions.
DynamicClassLoader  
EedInfo Provides read-only access to Extended Error Data received from the server.
SybCallableStatement Sybase implementation of the CallableStatement interface.
SybConnection Defines the java.sql.Connection interface for the Sybase JDBC driver.
SybCursorResultSet This subinterface of SybResultSet provides methods for cursor operations.
SybDataSource This interface replaces the functionality of SybDriver. It should only be used by applications responsible for administering your environment.
SybDriver Sybase implementation of the Driver interface.
SybEventHandler Interface for event handlers to receive and process Sybase Open Server event notifications.
SybMessageHandler Allows you to implement message handlers which will be called when the message occurs in addition to, or as an alternative to catching thrown exceptions; for example, to isolate complicated and possibly Sybase-specific error handling code in a single location rather than having to reproduce it in many individual catch blocks.
SybPreparedStatement Sybase extensions to the PreparedStatement interface.
SybResultSet Sybase implementation of the ResultSet interface.
SybSocketFactory Interface for dynamic loading of custom socket factories in order to create custom sockets, such as SSL.
SybStatement Sybase implementation of the Statement interface.
TextPointer Defines methods for highly efficient update of image (and, in some cases, text) columns.