Home | Previous Page | Next Page   Client Functions > Functions for Rows and Collections >

ifx_rc_typespec()

The ifx_rc_typespec() function returns the type specification for a row or collection.

Syntax

ifx_rc_typespec(typespec, rchandle, flag) 

Arguments

The function accepts the following arguments.

Argument Type Use Description
typespec SQL_CHAR Output Type specification. The format for this value is the same as the type specification syntax for ifx_rc_create(). For more information on ifx_rc_create() arguments, see Arguments.
rchandle HINFX_RC Input Handle for a row or collection buffer
flag SQL_SMALLINT Input Flag that specifies whether to return the current or original type specification. If this value is TRUE, the function returns the original type specification. Otherwise, the function returns the current type specification.

Usage

The ifx_rc_typespec() function returns the type specification for a row or collection.

Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]