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 类

 

SetString 函数

ULValue 类转换为字符串。

语法
void ULValue::SetString(
  const char * val,
  size_t len
)
参数
  • val   指向此ULValue 类的以空值终止的字符串表示形式的指针。

  • len   字符串的长度。