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

ULValue class Next Page

GetBinary function


Synopsis

void ULValue::GetBinary(
p_ul_binary bin,
size_t len
)

Parameters
Remarks

Retrieves the current value into a binary buffer, casting as required.

If the buffer is too small, then the value is truncated. Up to len characters are copied to the given buffer.