EOS.IO C语言API手册

db_upperbound_i64

在索引表中查找指定主键的upperbound记录。upperbound记录是表中所有 具有大于指定主键的记录中,最接近指定主键的记录。

参数

  • code - 表的拥有者的名称
  • scope - 表保存的scope
  • table - 表名
  • id - 用于定位的主键

返回值

指向upperbound记录的迭代器。