Chapter 5 C Routines Reference


Alphabetical list of all routines

Routines for managing component instance data

These routines manage instance data in C components (see "Components that Require Instance Specific Data" in the Jaguar CTS Programmer's Guide for more information).

Routines for managing transaction flow

A component that participates in transactions can call these routines to influence the outcome of the current transaction. See "Understanding Transactions and Component Lifecycle Models" in the Jaguar CTS Programmer's Guide for more information.

Routines for sharing data between components

These routines allow C or C++ components to share data. See "Share Data Between C Components" in the Jaguar CTS Programmer's Guide for more information.

Routines for managing cached connections

For an overview of connection management, see Chapter 13, "Using Connection Management" in the Jaguar CTS Programmer's Guide.

Jaguar provides the following routines to manage cached connections:

Routines for sending result sets

For information on how these routines are used to send results, see "Sending Result Sets with C or C++" in the Jaguar CTS Programmer's Guide.

Routines for handling errors in C or C++ components

These routines are useful for handling errors in C components. See "Handle Errors in Your C Component" in the Jaguar CTS Programmer's Guide for more information.

Routines for managing memory in C cr C++ components

Routines to obtain user login information

You can call these routines in C or C++ component code to obtain information about the client connection that is associated with the current instance:

 


Copyright © 2000 Sybase, Inc. All rights reserved.