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 类

 

HasResultSet 函数

确定此 SQL 语句是否有结果集。

语法
bool UltraLite_PreparedStatement_iface::HasResultSet()
返回值
  • 如果在执行此语句时生成结果集,则返回 true。

  • 如果未生成结果集,则返回 false。