Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » UltraLite - C and C++ Programming » UltraLite C++ API Reference » ULValue class

GetBinaryLength function Next Page

GetCombinedStringItem function


Synopsis

void ULValue::GetCombinedStringItem(
ul_u_short selector,
char * dst,
size_t len
)

Parameters
Remarks

Retrieves parts of a combined name into a string buffer, casting as required.

If the value is not combined, an empty string is copied. The output string is always null-terminated. If the buffer is too small, then the value is truncated. Up to len characters are copied to the given buffer, including the null terminator.