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

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

 

SetBinary function

Sets the value to reference the binary buffer provided.

Syntax
void ULValue::SetBinary(
  ul_byte * src,
  size_t len
)
Parameters
  • src   A buffer of bytes.

  • len   The length of the buffer.

Remarks

No bytes are copied from the provided buffer until the value is used.