ifx_rc_typespec(typespec, rchandle, flag)
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. |
The ifx_rc_typespec() function returns the type specification for a row or collection.