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 类

 

GetPlan 函数

获取对查询执行计划的基于文本的说明(宽字符形式)。

语法
size_t UltraLite_PreparedStatement_iface::GetPlan(
  ul_wchar * buffer,
  size_t size
)
参数
  • buffer   接收计划说明的缓冲区。

  • size   缓冲区大小(以 ul_wchar 为单位)。

返回值

描述 UltraLite 将用来执行查询的访问计划的字符串。

注释

此函数主要供开发期间使用。