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 参考 » UltraLite_PreparedStatement_iface 类

 

GetStreamWriter 函数

获取一个用于将字符串/二进制数据流式写入参数的流写入器。

语法
UltraLite_StreamWriter * UltraLite_PreparedStatement_iface::GetStreamWriter(
  ul_column_num parameter_id
)
参数
  • parameter_id   列标识符,可以是从 1 开始的序号或列名。