Inherits From:
EOAdaptorChannel : NSObject
Inherits From:
com.apple.yellow.sybaseeoadaptor
Class Description
A SybaseChannel represents an independent communication channel to the database server its SybaseAdaptor is connected to. All of a SybaseChannel's operations take place within the context of transactions controlled or tracked by its SybaseContext. A Sybase adaptor context manages one channel, and a channel is associated with only one context.
The feature SybaseChannel adds to EOAdaptorChannel is processing for compute rows and stored procedures (see the framework introduction for more information).
SybaseChannel has two delegate methods; for a complete description, see the SybaseChannel.Delegate interface specification.