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 类

 

ULValue 函数

从字符缓冲区构造ULValue 类

语法
 ULValue::ULValue(
  const char * val,
  size_t len
)
参数
  • val   保存要视为ULValue 类的字符串的缓冲区。

  • len   缓冲区的长度。