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 及 C++ 编程 » API 参考 » UltraLite C++ API 参考 » ULValue 类

 

GetBinary 函数

将当前值检索到二进制缓冲区中,并根据需要进行类型转换。

语法
void ULValue::GetBinary(
  p_ul_binary bin,
  size_t len
)
参数
  • bin   要接收字节的二进制结构。

  • len   缓冲区的长度。

注释

如果缓冲区太小,则值将被截断。最多有 len 个字符被复制到给定缓冲区中。