CS-Library routines

The following contains a list of the CS-Library routines and a brief description.

Routine

Description

cs_calc

Performs an arithmetic operation on two operands.

cs_cmp

Compares two data values.

cs_config

Sets or retrieves CS-Library properties.

cs_conv_mult

Retrieves the conversion multiplier for converting character data from one character set to another.

cs_convert

Converts a data value from one datatype, locale, or format to another datatype, locale, or format.

cs_ctx_alloc

Allocates a CS_CONTEXT structure.

cs_ctx_drop

Deallocates a CS_CONTEXT structure.

cs_ctx_global

Allocates or returns a CS_CONTEXT structure.

cs_diag

Manages inline error handling.

cs_dt_crack

Converts a machine-readable datetime value into a user-accessible format.

cs_dt_info

Sets or retrieves language-specific datetime information.

cs_loc_alloc

Allocates a CS_LOCALE structure.

cs_loc_drop

Deallocates a CS_LOCALE structure.

cs_locale

Loads a CS_LOCALE structure with localization values or retrieve the locale name previously used to load a CS_LOCALE structure.

cs_manage_convert

Installs or retrieves a user-defined character set conversion routine.

cs_objects

Saves, retrieves, or clears objects and data associated with them.

cs_set_convert

Installs or retrieves a user-defined conversion routine.

cs_setnull

Defines a null substitution value to be used when binding or converting NULL data.

cs_strbuild

Constructs native language message strings.

cs_strcmp

Compares two strings using a specified sort order.

cs_time

Retrieves the current time.

cs_will_convert

Indicates whether a specific datatype conversion is available in the Client/Server libraries.