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 参考

 

ul_sql_passthrough_status 结构

SQL 直通状态信息。

语法
public ul_sql_passthrough_status
属性
名称 类型 说明
cur_script ul_u_long 正在执行的当前脚本(从 1 开始)。
script_count ul_u_long 将要执行的脚本的总数。
sqlca SQLCA * 指向 SQL 通信区的指针。请参见GetCA 函数
state ul_sql_passthrough_state 当前状态。请参见处理同步状态信息
stop ul_bool 设置为 true 可停止脚本执行。
user_data ul_void * 注册调用中提供的用户数据。请参见ULRegisterSQLPassthroughCallback