游标控制
以下函数用于管理游标。
函数 | 说明 |
---|---|
mco_cursor_type | 返回游标类型 |
mco_cursor_first | 将光标定位到索引中的第一个对象 |
mco_cursor_last | 将光标定位到索引中的最后一个对象 |
mco_cursor_next | 将光标定位到索引中的下一个对象 |
mco_cursor_prev | 将光标定位到索引中的上一个对象 |
mco_cursor_get_class_code | 返回当前光标位置的对象的类代码 |
mco_cursor_check | 检查光标的内部结构 |
mco_cursor_store | 存储游标以供其他事务使用 |
mco_cursor_close | 关闭游标 |