[Prev] [Next] [Top] [Bottom] [Contents] (75 out of 193)

SaMakeStringFromIndexRow

Make a string from the indexed row of an SaCallbackStruct callback structure.

Synopsis

#include "SaPopCalls.h"

char* SaMakeStringFromIndexRow(SaCallbackStruct *cbs);

Arguments

cbs
An SaCallbackStruct callback structure.

Return Values

A string containing the data.

Description

SaMakeStringFromIndexRow returns a malloc'd string given a callback structure. If cbs is NULL, an empty string is returned. If cbs is derived from a valid cache, the index value in the cache is used to determine which row is returned--otherwise, the first row is returned. Use free to deallocate this memory when it is no longer needed. If a row contains multiple columns, they are concatenated, and a space is inserted between columns.

See Also


[Prev] [Next] [Top] [Bottom] [Contents] (75 out of 193)